From 756bfe7bc0ea2dcf0f1ea19fcf2d7f02286908a9 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Wed, 4 Sep 2024 08:59:34 +0300 Subject: [PATCH] req --- back/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/back/requirements.txt b/back/requirements.txt index 763f30d..d0bce67 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -1,11 +1,13 @@ 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" +diff-match-patch==20230430 ; 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" django-filter==24.2 ; python_version >= "3.10" and python_version < "4.0" +django-import-export==4.1.1 ; python_version >= "3.10" and python_version < "4.0" django==5.0.6 ; python_version >= "3.10" and python_version < "4.0" djangorestframework==3.15.1 ; python_version >= "3.10" and python_version < "4.0" mslex==1.2.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" @@ -14,6 +16,7 @@ psutil==5.9.8 ; python_version >= "3.10" and python_version < "4.0" psycopg2==2.9.9 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0" sqlparse==0.5.0 ; python_version >= "3.10" and python_version < "4.0" +tablib==3.5.0 ; python_version >= "3.10" and python_version < "4.0" taskipy==1.12.2 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.11.0 ; python_version >= "3.10" and python_version < "3.11"