Correction : dépendance à psycopg2 manquante (pour le mode production)
This commit is contained in:
parent
00e4b78fe1
commit
bb52c3c19b
@ -1,7 +1,8 @@
|
||||
coreapi==2.3.1
|
||||
Django==1.11.9
|
||||
django-cors-headers==2.1.0
|
||||
django-split-settings==0.2.5
|
||||
djangorestframework==3.6.4
|
||||
psycopg2==2.7.3.2
|
||||
PyYAML==3.12
|
||||
uWSGI==2.0.15
|
||||
djangorestframework==3.6.4
|
||||
coreapi==2.3.1
|
||||
django-cors-headers==2.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user