From 03eef87c1c2e3bb0f8ac4b19e3a4b4abf5de9bec Mon Sep 17 00:00:00 2001 From: "Lucas F." Date: Tue, 13 Feb 2024 09:17:35 -0300 Subject: [PATCH] feature: add requirements --- requirements.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..83e47e0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +asgiref==3.7.2 ; python_version >= "3.11" and python_version < "4.0" +dj-database-url==2.1.0 ; python_version >= "3.11" and python_version < "4.0" +dj-static==0.0.6 ; python_version >= "3.11" and python_version < "4.0" +django-cleanup==8.1.0 ; python_version >= "3.11" and python_version < "4.0" +django-extensions==3.2.3 ; python_version >= "3.11" and python_version < "4.0" +django-storages==1.14.2 ; python_version >= "3.11" and python_version < "4.0" +django==5.0.2 ; python_version >= "3.11" and python_version < "4.0" +pillow==10.2.0 ; python_version >= "3.11" and python_version < "4.0" +psycopg2-binary==2.9.9 ; python_version >= "3.11" and python_version < "4.0" +python-decouple==3.8 ; python_version >= "3.11" and python_version < "4.0" +sqlparse==0.4.4 ; python_version >= "3.11" and python_version < "4.0" +static3==0.7.0 ; python_version >= "3.11" and python_version < "4.0" +typing-extensions==4.9.0 ; python_version >= "3.11" and python_version < "4.0" +tzdata==2023.4 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "win32"