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 576b1aa commit b45e5beCopy full SHA for b45e5be
pyproject.toml
@@ -68,9 +68,7 @@ dependencies = [
68
"sse-starlette>=3.0.2",
69
"starlette>=0.47.2",
70
"uvicorn>=0.35.0",
71
- "zeroconf>=0.147.0",
72
- "aiohttp>=3.12.14",
73
- "websockets>=15.0.1"
+ "zeroconf>=0.147.0"
74
]
75
76
# ----------------------------------------------------------------
@@ -103,6 +101,7 @@ asyncpg = [
103
101
104
102
# Optional dependency groups (development)
105
dev = [
+ "aiohttp>=3.12.14",
106
"argparse-manpage>=4.6",
107
"autoflake>=2.3.1",
108
"bandit>=1.8.6",
@@ -163,6 +162,7 @@ dev = [
163
162
"uv>=0.8.4",
164
"vulture>=2.14",
165
"yamllint>=1.37.1",
+ "websockets>=15.0.1"
166
167
168
# UI Testing
0 commit comments