diff --git a/pyproject.toml b/pyproject.toml index ecc0790..6c0422e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,8 @@ dependencies = [ "crispy-bootstrap4", "djangorestframework", "celery[redis]", - "drf-spectacular[sidecar]" + "drf-spectacular[sidecar]", + "django-widget-tweaks" ] dynamic = ["version", "readme"]