updating python environment

This commit is contained in:
Mose Müller
2023-08-02 12:06:19 +02:00
parent 8ae2bc0410
commit 8fdfe577a0
2 changed files with 337 additions and 166 deletions

View File

@@ -15,6 +15,9 @@ 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 = "^4.6.1"
websockets = "^11.0.3"
confz = "^1.8.2"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"