feature: add requirements
This commit is contained in:
parent
ee8f37b4f7
commit
03eef87c1c
1 changed files with 14 additions and 0 deletions
14
requirements.txt
Normal file
14
requirements.txt
Normal file
|
|
@ -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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue