Remove websockets dependency

This commit is contained in:
Jeremiah Lowin 2025-06-05 09:28:39 -04:00
commit 7bb0a90d01

View file

@ -11,7 +11,6 @@ dependencies = [
"openapi-pydantic>=0.5.1",
"rich>=13.9.4",
"typer>=0.15.2",
"websockets>=14.0",
"authlib>=1.5.2",
]
requires-python = ">=3.10"