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",
"confluent-kafka",
"pyyaml",
"websockets",
]
classifiers = [
"Programming Language :: Python :: 3",