Add missing websockets dep (#859)

Added 'websockets' to pyproject.toml in trustgraph-base
This commit is contained in:
cybermaggedon 2026-04-30 09:53:32 +01:00 committed by GitHub
parent d0850ff381
commit 69b0b9b326
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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