Update requirements.txt
This commit is contained in:
parent
f07b4d01b9
commit
8232867265
1 changed files with 5 additions and 4 deletions
|
|
@ -7,12 +7,13 @@ dj-database-url==0.5.0
|
||||||
djangorestframework==3.13.1
|
djangorestframework==3.13.1
|
||||||
django-cors-headers==3.10.0
|
django-cors-headers==3.10.0
|
||||||
|
|
||||||
# PostgreSQL driver
|
# Databases
|
||||||
psycopg2-binary===2.9.3
|
psycopg2-binary===2.9.3
|
||||||
|
|
||||||
# Check connection
|
|
||||||
redis==4.3.4
|
redis==4.3.4
|
||||||
|
|
||||||
|
# Faker
|
||||||
|
Faker===13.15.1
|
||||||
|
|
||||||
# Django Server
|
# Django Server
|
||||||
daphne===3.0.2
|
daphne===3.0.2
|
||||||
asgiref===3.5.2
|
asgiref===3.5.2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue