From 7c6bb94f3682b6466ed4c02e6686df1ff941a0ea Mon Sep 17 00:00:00 2001 From: moanos Date: Wed, 24 Apr 2024 20:48:02 +0200 Subject: [PATCH] feat: Add crispyforms to dependencies --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6525b1f..1535960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,9 @@ dependencies = [ "markdown", "Pillow", "django-registration", - "psycopg2-binary" + "psycopg2-binary", + "django-crispy-forms", + "crispy-bootstrap4", ] dynamic = ["version", "readme"]