django-template/requirements.txt

31 lines
421 B
Plaintext
Raw Normal View History

2021-04-01 09:48:35 +02:00
# Django
django===4.0.6
django-extensions===3.2.0
2022-07-29 15:15:22 +02:00
dj-database-url==0.5.0
# Django REST
djangorestframework==3.13.1
django-cors-headers==3.10.0
2021-10-21 14:51:52 +02:00
# PostgreSQL driver
2022-06-27 14:28:40 +02:00
psycopg2-binary===2.9.3
2022-07-29 15:15:22 +02:00
# Check connection
redis==4.3.4
2022-07-29 15:15:22 +02:00
# 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
2022-07-29 15:15:22 +02:00
# Quality code
black==22.6.0
flake8==4.0.1
isort==5.10.1