diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e6aad44..8a012e7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -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"