fix names

fix names
This commit is contained in:
jnfire
2022-07-29 15:15:22 +02:00
parent e51406e31a
commit 128271411d
8 changed files with 79 additions and 32 deletions

View File

@ -1,10 +1,18 @@
# Django
django===4.0.6
django-extensions===3.2.0
dj-database-url==0.5.0
# Django REST
djangorestframework==3.13.1
django-cors-headers==3.10.0
# PostgreSQL driver
psycopg2-binary===2.9.3
# Check connection
redis==4.3.4
# Django Server
daphne===3.0.2
asgiref===3.5.2
@ -16,3 +24,8 @@ Pillow===9.2.0
# Testing
pytest==7.1.2
pytest-django==4.5.2
# Quality code
black==22.6.0
flake8==4.0.1
isort==5.10.1