awt/requirements.txt

22 lines
789 B
Plaintext
Raw Normal View History

2023-04-25 00:14:00 +02:00
-i https://pypi.org/simple
2024-06-24 04:02:34 +02:00
asgiref==3.8.1; python_version >= '3.8'
certifi==2024.6.2; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
crispy-bootstrap5==2024.2; python_version >= '3.8'
django==5.0.6; python_version >= '3.10'
django-crispy-forms==2.2; python_version >= '3.8'
2023-04-25 00:14:00 +02:00
django-user-agents==0.4.0
2024-06-24 04:02:34 +02:00
geographiclib==2.0; python_version >= '3.7'
geopy==2.4.1; python_version >= '3.7'
gunicorn==22.0.0; python_version >= '3.7'
idna==3.7; python_version >= '3.5'
packaging==24.1; python_version >= '3.8'
pytz==2024.1
requests==2.32.3; python_version >= '3.8'
sqlparse==0.5.0; python_version >= '3.8'
tzdata==2024.1; python_version >= '2'
ua-parser==0.18.0
urllib3==2.2.2; python_version >= '3.8'
2023-04-25 00:14:00 +02:00
user-agents==2.2.0
2024-06-24 04:02:34 +02:00
whitenoise==6.7.0; python_version >= '3.8'