Update psycopg2 from 2.6.1 to 2.7.1
psycopg2-2.6.1 was throwing this error while running automated tests: Error: could not determine PostgreSQL version from '10.1'
This commit is contained in:
parent
f4fb2e5d13
commit
f611e25538
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ lxml==3.6.0
|
||||||
model-mommy==1.2.6
|
model-mommy==1.2.6
|
||||||
phonenumbers==7.4.0
|
phonenumbers==7.4.0
|
||||||
phonenumberslite==7.4.0
|
phonenumberslite==7.4.0
|
||||||
psycopg2==2.6.1
|
psycopg2==2.7.1
|
||||||
pycryptodome==3.4
|
pycryptodome==3.4
|
||||||
pylibmc==1.5.1
|
pylibmc==1.5.1
|
||||||
python-dateutil==2.5.3
|
python-dateutil==2.5.3
|
||||||
|
|
Loading…
Reference in a new issue