From d77a9fc1cf5e20f332f8381c41356f61c7df94b0 Mon Sep 17 00:00:00 2001 From: Mees Fix Date: Fri, 17 Jan 2025 09:10:05 -0500 Subject: [PATCH] Removing django-enum as dep --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 306d3c631..51a66c40b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ dependencies = [ "celery>=5.3.6,<6", "crds>=11.17.19,<12", "django>=5.0.3,<6", - "django-enum>=2.0.2,<3", "gunicorn>=22.0.0,<23.0.0", "inflection>=0.5.1,<0.6", "jsonschema>=4.21.1,<5",