Add missing websockets dep

This commit is contained in:
Cyber MacGeddon 2026-04-30 09:48:47 +01:00
parent d0850ff381
commit 2ccba2e397

View file

@ -17,6 +17,7 @@ dependencies = [
"pika", "pika",
"confluent-kafka", "confluent-kafka",
"pyyaml", "pyyaml",
"websockets",
] ]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",