From 11d233afd319ddc0d68561d0fac61d3a23acc5e3 Mon Sep 17 00:00:00 2001 From: gnuter3000 Date: Mon, 3 Jul 2023 23:04:53 +0200 Subject: [PATCH] added names package to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e4a3c39..b3a7aa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ django-allauth>=0.50 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 +crispy-bootstrap5>=0.6 +names>=0.3.0 \ No newline at end of file