diff --git a/pyproject.toml b/pyproject.toml index c3a2f05..96536de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,21 +30,27 @@ requires-python = ">=3.9" dependencies = [ "django>=3.2.23", "django-axes>=6.3.0", + "django-cors-headers>=4.3.1", + "django-markup>=1.8.1", + "django-jsonform>=2.21.4", "django-admin-index>=3.1.0", "django-redis>=5.4.0", "djangorestframework>=3.12.4", "drf-spectacular>=0.27.0", + "djangorestframework-inclusions>=1.2.0", "commonground-api-common>=1.12.1", "mozilla-django-oidc-db>=0.14.1", "zgw-consumers>=0.27.0", "psycopg2>=2.9.9", + "bleach>=6.1.0", "python-dotenv>=1.0.0", "python-decouple>=3.8", "requests>=2.31.0", "uwsgi>=2.0.23", "sentry-sdk>=1.39.2", "elastic-apm>=6.20.0", - "celery>=5.2.7" + "celery>=5.2.7", + "flower>=2.0.1", ] [project.urls]