django-template/requirements.txt

20 lines
231 B
Plaintext
Raw Permalink Normal View History

2021-04-01 09:48:35 +02:00
# Django
2024-09-01 21:47:59 +02:00
django===5.1
django-extensions===3.2.3
2022-07-29 15:15:22 +02:00
2022-08-03 10:09:31 +02:00
# Databases
2024-09-01 21:47:59 +02:00
psycopg===3.2.1
redis==5.0
2022-08-03 10:09:31 +02:00
# Django Server
2024-09-01 21:47:59 +02:00
daphne===4.1.2
asgiref===3.8.1
# Templates
## Image processing
2024-09-01 21:47:59 +02:00
Pillow===10.4.0
# Testing
2024-09-01 21:47:59 +02:00
pytest==8.3.2
pytest-django==4.8.0