django-template/requirements.txt

33 lines
419 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
2022-08-03 10:09:31 +02:00
# Databases
2022-06-27 14:28:40 +02:00
psycopg2-binary===2.9.3
redis==4.3.4
2022-07-29 15:15:22 +02:00
2022-08-03 10:09:31 +02:00
# Faker
Faker===13.15.1
# 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
2022-08-03 10:09:31 +02:00
isort==5.10.1