mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-01 03:16:23 +02:00
Add missing websockets dep (#859)
Added 'websockets' to pyproject.toml in trustgraph-base
This commit is contained in:
parent
d0850ff381
commit
69b0b9b326
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ dependencies = [
|
|||
"pika",
|
||||
"confluent-kafka",
|
||||
"pyyaml",
|
||||
"websockets",
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue