awt/requirements.txt

22 lines
791 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'
2024-09-25 18:02:25 +02:00
certifi==2024.8.30; python_version >= '3.6'
2024-06-24 04:02:34 +02:00
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
crispy-bootstrap5==2024.2; python_version >= '3.8'
2024-09-25 18:02:25 +02:00
django==5.1.1; python_version >= '3.10'
django-crispy-forms==2.3; 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'
2024-09-25 18:02:25 +02:00
gunicorn==23.0.0; python_version >= '3.7'
idna==3.10; python_version >= '3.6'
2024-06-24 04:02:34 +02:00
packaging==24.1; python_version >= '3.8'
2024-09-25 18:02:25 +02:00
pytz==2024.2
2024-06-24 04:02:34 +02:00
requests==2.32.3; python_version >= '3.8'
2024-09-25 18:02:25 +02:00
sqlparse==0.5.1; python_version >= '3.8'
tzdata==2024.2; python_version >= '2'
2024-06-24 04:02:34 +02:00
ua-parser==0.18.0
2024-09-25 18:02:25 +02:00
urllib3==2.2.3; 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'