From d7892cde9f720c79977c92a8d7720a8f5afc87a5 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Sun, 3 Nov 2024 22:23:38 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=96(backend)=20move=20freezegun=20to=20de?= =?UTF-8?q?v=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Freezegun is for testing and should not be installed in the production image. (from @sampaccoud) --- src/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index c71c5e78..464fcbd1 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -42,7 +42,6 @@ dependencies = [ "dockerflow==2024.4.2", "easy_thumbnails==2.10", "factory_boy==3.3.1", - "freezegun==1.5.1", "gunicorn==23.0.0", "jsonschema==4.23.0", "june-analytics-python==2.3.0", @@ -70,6 +69,7 @@ dependencies = [ dev = [ "django-extensions==3.2.3", "drf-spectacular-sidecar==2024.7.1", + "freezegun==1.5.1", "ipdb==0.13.13", "ipython==8.27.0", "pyfakefs==5.6.0",