update python environment

This commit is contained in:
Mose Müller
2023-08-02 12:06:19 +02:00
parent 0bd6b58515
commit ebeb4c1520
2 changed files with 382 additions and 50 deletions

View File

@ -10,6 +10,11 @@ packages = [{include = "pyDataInterface", from = "src"}]
python = "^3.11"
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"}
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"