updatign python environment

This commit is contained in:
Mose Müller
2023-08-02 12:06:22 +02:00
parent 74d121b19d
commit e8dd332753
2 changed files with 50 additions and 106 deletions

View File

@ -8,19 +8,18 @@ packages = [{ include = "pyDataService", from = "src" }]
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.9"
rpyc = "^5.3.1"
loguru = "^0.7.0"
fastapi = "^0.100.0"
uvicorn = "^0.22.0"
toml = "^0.10.2"
types-toml = "^0.10.8.6"
tiqi-rpc = { git = "git@gitlab.phys.ethz.ch:tiqi-projects/tiqi-rpc-python.git" }
python-socketio = "^5.8.0"
websockets = "^11.0.3"
confz = "^1.8.2"
[tool.poetry.group.dev.dependencies]
types-toml = "^0.10.8.6"
pytest = "^7.4.0"
pytest-cov = "^4.1.0"
mypy = "^1.4.1"