Skip to content

Commit b45e5be

Browse files
Sebastiancrivetimihai
authored andcommitted
Add dev dependencies
Signed-off-by: Sebastian <[email protected]>
1 parent 576b1aa commit b45e5be

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
@@ -68,9 +68,7 @@ dependencies = [
6868
"sse-starlette>=3.0.2",
6969
"starlette>=0.47.2",
7070
"uvicorn>=0.35.0",
71-
"zeroconf>=0.147.0",
72-
"aiohttp>=3.12.14",
73-
"websockets>=15.0.1"
71+
"zeroconf>=0.147.0"
7472
]
7573

7674
# ----------------------------------------------------------------
@@ -103,6 +101,7 @@ asyncpg = [
103101

104102
# Optional dependency groups (development)
105103
dev = [
104+
"aiohttp>=3.12.14",
106105
"argparse-manpage>=4.6",
107106
"autoflake>=2.3.1",
108107
"bandit>=1.8.6",
@@ -163,6 +162,7 @@ dev = [
163162
"uv>=0.8.4",
164163
"vulture>=2.14",
165164
"yamllint>=1.37.1",
165+
"websockets>=15.0.1"
166166
]
167167

168168
# UI Testing

0 commit comments

Comments
 (0)