Jeremiah Lowin commited on
Commit
55679b5
·
1 Parent(s): 0afc8cc

Remove websockets dependency

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -1
pyproject.toml CHANGED
@@ -11,7 +11,6 @@ dependencies = [
11
  "openapi-pydantic>=0.5.1",
12
  "rich>=13.9.4",
13
  "typer>=0.15.2",
14
- "websockets>=14.0",
15
  "authlib>=1.5.2",
16
  ]
17
  requires-python = ">=3.10"
 
11
  "openapi-pydantic>=0.5.1",
12
  "rich>=13.9.4",
13
  "typer>=0.15.2",
 
14
  "authlib>=1.5.2",
15
  ]
16
  requires-python = ">=3.10"