Downgrade psycopg2 to 2.7.7
Django is not ready yet (migrations fail). cf https://docs.djangoproject.com/en/dev/releases/2.2.1/ Expected May 1, 2019
This commit is contained in:
parent
8972505f1b
commit
7f3a8258b3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ Django==2.2
|
||||||
django-agnocomplete==0.14.0
|
django-agnocomplete==0.14.0
|
||||||
django-compressor==2.2
|
django-compressor==2.2
|
||||||
Pillow==6.0.0
|
Pillow==6.0.0
|
||||||
psycopg2==2.8.1
|
#psycopg2==2.7.7
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
social-auth-core==3.1.0
|
social-auth-core==3.1.0
|
||||||
social-auth-app-django==3.1.0
|
social-auth-app-django==3.1.0
|
||||||
|
|
Loading…
Reference in a new issue