basic websockets server example

This commit is contained in:
2024-04-22 21:03:32 -04:00
parent 769adaf644
commit ca857c8d09
9 changed files with 96 additions and 8 deletions

View File

@@ -13,16 +13,12 @@ readme = "README.md"
requires-python = ">=3.8"
classifiers = []
dependencies = [
"pydantic==1.10.2",
"scipy==1.8.1",
# These should be included in the above requirement
# "marshmallow>=3.3.0",
# "marshmallow_dataclass>=7.2.1",
# "marshmallow_oneofschema>=2.0.1",
# "pydantic==1.10.2",
"pojagi-dsp==0.0.0.dev0",
# "PyYAML>=5.3.1",
"websockets==12.0",
]
# optional-dependencies = { test = ["pytest"] }
version = "0.0.0.dev0"
# dynamic = ["version"]