From 480e8f4f1fc3217aab3cc81748d2560b67d7b54b Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Sat, 4 May 2024 18:41:50 +0200 Subject: [PATCH] build: merge --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 24cdf35..b054c40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,18 +17,18 @@ safe-ds-runner = "safeds_runner.main:main" [tool.poetry.dependencies] python = "^3.11,<3.13" -safe-ds = ">=0.22.1,<0.23" -hypercorn = "^0.16.0" psutil = "^5.9.8" pydantic = "^2.7.0" -quart = "^0.19.4" +python-socketio = "^5.11.2" +safe-ds = ">=0.22.1,<0.23" +uvicorn = "^0.29.0" -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies] pytest = "^8.2.0" +pytest-asyncio = "^0.23.6" pytest-cov = "^5.0.0" pytest-timeout = "^2.3.1" -pytest-asyncio = "^0.23.6" -simple-websocket = "^1.0.0" +python-socketio = {extras = ["asyncio-client"], version = "^5.11.2"} torch = [ # Install the CUDA version on Windows. Projects that depend on us always get their dependencies from PyPI, so # there's no point moving this to the main dependencies section.