prod requirements
This commit is contained in:
parent
e863823457
commit
31cde9ca26
2 changed files with 6 additions and 3 deletions
6
requirements-prod.txt
Normal file
6
requirements-prod.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
-r requirements.txt
|
||||
|
||||
# Production specific
|
||||
daphne==1.3.0
|
||||
psycopg2
|
||||
gunicorn
|
|
@ -1,5 +1,4 @@
|
|||
Django==1.11.*
|
||||
psycopg2
|
||||
Pillow
|
||||
asgiref==1.1.1
|
||||
asgi-redis==1.3.0
|
||||
|
@ -15,5 +14,3 @@ django-taggit
|
|||
git+https://git.eleves.ens.fr/cof-geek/django-allauth-ens@30a072b7db1fc2d4652284227a3e7e876b14c915
|
||||
# git+https://git.eleves.ens.fr/cof-geek/django-allauth-ens@6e77b31e0dfed7659776d
|
||||
|
||||
# Production specific
|
||||
daphne==1.3.0
|
||||
|
|
Loading…
Reference in a new issue