Skip to content

Commit c765154

Browse files
author
Sebastian
committed
Add dev dependencies
Signed-off-by: Sebastian <[email protected]>
1 parent 05e7c50 commit c765154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ dependencies = [
6767
"sse-starlette>=3.0.2",
6868
"starlette>=0.47.2",
6969
"uvicorn>=0.35.0",
70-
"zeroconf>=0.147.0",
71-
"aiohttp>=3.12.14",
72-
"websockets>=15.0.1"
70+
"zeroconf>=0.147.0"
7371
]
7472

7573
# ----------------------------------------------------------------
@@ -102,6 +100,7 @@ asyncpg = [
102100

103101
# Optional dependency groups (development)
104102
dev = [
103+
"aiohttp>=3.12.14",
105104
"argparse-manpage>=4.6",
106105
"autoflake>=2.3.1",
107106
"bandit>=1.8.6",
@@ -162,6 +161,7 @@ dev = [
162161
"uv>=0.8.4",
163162
"vulture>=2.14",
164163
"yamllint>=1.37.1",
164+
"websockets>=15.0.1"
165165
]
166166

167167
# UI Testing

0 commit comments

Comments
 (0)