-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
13 lines (13 loc) · 970 Bytes
/
requirements.txt
File metadata and controls
13 lines (13 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
asgiref==3.8.1 ; python_version >= "3.12" and python_version < "4.0"
crispy-bootstrap4==2024.10 ; python_version >= "3.12" and python_version < "4.0"
django-crispy-forms==2.3 ; python_version >= "3.12" and python_version < "4.0"
django==5.1.15 ; python_version >= "3.12" and python_version < "4.0"
gunicorn==23.0.0 ; python_version >= "3.12" and python_version < "4.0"
markdown==3.10 ; python_version >= "3.12" and python_version < "4.0"
packaging==25.0 ; python_version >= "3.12" and python_version < "4.0"
pillow==12.1.1 ; python_version >= "3.12" and python_version < "4.0"
psycopg2-binary==2.9.11 ; python_version >= "3.12" and python_version < "4.0"
python-dotenv==1.2.1 ; python_version >= "3.12" and python_version < "4.0"
sqlparse==0.5.5 ; python_version >= "3.12" and python_version < "4.0"
tzdata==2024.2 ; python_version >= "3.12" and python_version < "4.0" and sys_platform == "win32"
whitenoise==6.11.0 ; python_version >= "3.12" and python_version < "4.0"