Replace rich with icecream for temporary tracing

This commit is contained in:
2023-05-11 21:44:58 +02:00
parent 5e0d7b174c
commit b3b36bc3de

View File

@@ -9,7 +9,6 @@ packages = [{include = "backend"}]
[tool.poetry.dependencies]
python = "^3.11"
aiohttp = "^3.8.3"
rich = "^12.6.0"
aiofiles = "^22.1.0"
fastapi = "^0.95.0"
uvicorn = "^0.20.0"
@@ -48,6 +47,7 @@ pyflakes = "^3.0.1"
yapf = "^0.32.0"
whatthepatch = "^1.0.4"
mypy = "^1.0.0"
icecream = "^2.1.3"
types-sqlalchemy-utils = "^1.0.1"
types-pyyaml = "^6.0.12.9"