django-template/requirements.txt

19 lines
267 B
Plaintext
Raw Normal View History

2021-04-01 09:48:35 +02:00
# Django
django===4.0.6
django-extensions===3.2.0
2021-10-21 14:51:52 +02:00
# PostgreSQL driver
2022-06-27 14:28:40 +02:00
psycopg2-binary===2.9.3
# Check connection
redis==4.3.4
# Django Server
daphne===3.0.2
2022-06-27 14:28:40 +02:00
asgiref===3.5.2
# Templates
## Image processing
Pillow===9.2.0
# Testing
pytest==7.1.2
pytest-django==4.5.2