From d779b5fc6696a8115d8e5bfd45c1a8ec37e43be6 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Mon, 29 Jul 2024 09:17:39 +0300 Subject: [PATCH] add requirements --- back/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/back/requirements.txt b/back/requirements.txt index 719a572..7cbd2ab 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -1,6 +1,7 @@ asgiref==3.8.1 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" crispy-bootstrap4==2024.1 ; python_version >= "3.10" and python_version < "4.0" +django-colorfield==0.11.0 ; python_version >= "3.10" and python_version < "4.0" django-cors-headers==4.3.1 ; python_version >= "3.10" and python_version < "4.0" django-crispy-forms==2.2 ; python_version >= "3.10" and python_version < "4.0" django-extensions==3.2.3 ; python_version >= "3.10" and python_version < "4.0"