From 32a99c20227c6076174942a7ee6d20e530b201a3 Mon Sep 17 00:00:00 2001 From: gw3000 Date: Sat, 10 Jun 2023 22:23:35 +0200 Subject: [PATCH] crispy forms in requirements --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 295277b..7fa879c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,5 @@ Django>=4.2 +django-bootstrap-datepicker-plus>=4.0 +django-bootstrap-modal-forms>=2 +django-crispy-forms>=1 +crispy-bootstrap5>=0.6 \ No newline at end of file