Skip to content

Commit 480e8f4

Browse files
committed
build: merge
1 parent 9d0b025 commit 480e8f4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ safe-ds-runner = "safeds_runner.main:main"
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.11,<3.13"
20-
safe-ds = ">=0.22.1,<0.23"
21-
hypercorn = "^0.16.0"
2220
psutil = "^5.9.8"
2321
pydantic = "^2.7.0"
24-
quart = "^0.19.4"
22+
python-socketio = "^5.11.2"
23+
safe-ds = ">=0.22.1,<0.23"
24+
uvicorn = "^0.29.0"
2525

26-
[tool.poetry.dev-dependencies]
26+
[tool.poetry.group.dev.dependencies]
2727
pytest = "^8.2.0"
28+
pytest-asyncio = "^0.23.6"
2829
pytest-cov = "^5.0.0"
2930
pytest-timeout = "^2.3.1"
30-
pytest-asyncio = "^0.23.6"
31-
simple-websocket = "^1.0.0"
31+
python-socketio = {extras = ["asyncio-client"], version = "^5.11.2"}
3232
torch = [
3333
# Install the CUDA version on Windows. Projects that depend on us always get their dependencies from PyPI, so
3434
# there's no point moving this to the main dependencies section.

0 commit comments

Comments
 (0)