From b3b36bc3dec34a27c008206ee642493241a35d45 Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 11 May 2023 21:44:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Replace=20rich=20with=20icecream=20?= =?UTF-8?q?for=20temporary=20tracing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"