We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e7c50 commit c765154Copy full SHA for c765154
pyproject.toml
@@ -67,9 +67,7 @@ dependencies = [
67
"sse-starlette>=3.0.2",
68
"starlette>=0.47.2",
69
"uvicorn>=0.35.0",
70
- "zeroconf>=0.147.0",
71
- "aiohttp>=3.12.14",
72
- "websockets>=15.0.1"
+ "zeroconf>=0.147.0"
73
]
74
75
# ----------------------------------------------------------------
@@ -102,6 +100,7 @@ asyncpg = [
102
100
103
101
# Optional dependency groups (development)
104
dev = [
+ "aiohttp>=3.12.14",
105
"argparse-manpage>=4.6",
106
"autoflake>=2.3.1",
107
"bandit>=1.8.6",
@@ -162,6 +161,7 @@ dev = [
162
161
"uv>=0.8.4",
163
"vulture>=2.14",
164
"yamllint>=1.37.1",
+ "websockets>=15.0.1"
165
166
167
# UI Testing
0 commit comments