From fa9ceecfd975e8658c41b1c2528dc3d486434413 Mon Sep 17 00:00:00 2001 From: Pamella Bezerra Date: Mon, 20 May 2024 10:09:05 -0300 Subject: [PATCH] Add brotlipy back --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 20f109d2..3857428b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ djangorestframework = "^3.14.0" django-debreach = "^2.1.0" python-decouple = "^3.8" psycopg2 = "^2.9.9" +brotlipy = "^0.7.0" django-log-request-id = "^2.1.0" dj-database-url = "^2.1.0" gunicorn = "^21.2.0"