awt/requirements.txt

24 lines
905 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'
2025-02-26 13:41:19 +01:00
certifi==2025.1.31; python_version >= '3.6'
charset-normalizer==3.4.1; python_version >= '3.7'
2024-10-17 13:22:26 +02:00
crispy-bootstrap5==2024.10; python_version >= '3.8'
2025-02-26 13:41:19 +01:00
django==5.1.6; python_version >= '3.10'
2024-09-25 18:02:25 +02:00
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-12-15 18:45:23 +01:00
packaging==24.2; python_version >= '3.8'
2025-02-26 13:41:19 +01:00
pytz==2025.1
2024-06-24 04:02:34 +02:00
requests==2.32.3; python_version >= '3.8'
2024-12-15 18:45:23 +01:00
sqlparse==0.5.3; python_version >= '3.8'
tqdm==4.67.1; python_version >= '3.7'
2025-02-26 13:41:19 +01:00
tzdata==2025.1; python_version >= '2'
ua-parser==1.0.1; python_version >= '3.9'
2024-12-15 18:45:23 +01:00
ua-parser-builtins==0.18.0.post1; python_version >= '3.9'
2025-02-26 13:41:19 +01:00
urllib3==2.3.0; python_version >= '3.9'
2023-04-25 00:14:00 +02:00
user-agents==2.2.0
2025-02-26 13:41:19 +01:00
whitenoise==6.9.0; python_version >= '3.9'