Added WebSocket notify API for spools

This commit is contained in:
Donkie
2023-09-17 22:00:00 +02:00
parent e8d91bc4ce
commit cadb707fdd
5 changed files with 178 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ dependencies = [
"asyncpg~=0.27",
"psycopg2-binary~=2.9",
"setuptools~=68.0",
"WebSockets>=11.0.3",
]
requires-python = ">=3.9"