-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
25 lines (25 loc) · 1.02 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
-i https://pypi.org/simple
asgiref==3.8.1; python_version >= '3.8'
certifi==2024.7.4; python_version >= '3.6'
channels==4.2.0; python_version >= '3.8'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
crispy-bootstrap4==2024.1; python_version >= '3.8'
dj-database-url==2.3.0
django==5.0.7; python_version >= '3.10'
django-allauth==0.63.6; python_version >= '3.7'
django-crispy-forms==2.3; python_version >= '3.8'
django-environ==0.11.2; python_version >= '3.6' and python_version < '4'
django-rosetta==0.10.0
environs==11.0.0; python_version >= '3.8'
gunicorn==23.0.0; python_version >= '3.7'
idna==3.7; python_version >= '3.5'
marshmallow==3.21.3; python_version >= '3.8'
packaging==24.1; python_version >= '3.8'
pillow==11.0.0; python_version >= '3.9'
polib==1.2.0
psycopg2-binary==2.9.9; python_version >= '3.7'
python-dotenv==1.0.1; python_version >= '3.8'
requests==2.32.3; python_version >= '3.8'
sqlparse==0.5.1; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
urllib3==2.2.2; python_version >= '3.8'