File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ safe-ds-runner = "safeds_runner.main:main"
1717
1818[tool .poetry .dependencies ]
1919python = " ^3.11,<3.13"
20- safe-ds = " >=0.22.1,<0.23"
21- hypercorn = " ^0.16.0"
2220psutil = " ^5.9.8"
2321pydantic = " ^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 ]
2727pytest = " ^8.2.0"
28+ pytest-asyncio = " ^0.23.6"
2829pytest-cov = " ^5.0.0"
2930pytest-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" }
3232torch = [
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.
You can’t perform that action at this time.
0 commit comments