Bump psycopg lower-constraint to 2.7

Earlier versions don't work with postgresql 10, which is now showing
up in distros.

Change-Id: I823a8575f31c060e4c0f7614e76a5e751fb9ccf4
This commit is contained in:
zhurong 2019-03-25 17:07:49 +08:00
parent 10b15860c9
commit da016e903f
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ pika==0.10.0
ply==3.11
prettytable==0.7.2
psutil==3.2.2
psycopg2==2.6.2
psycopg2==2.7.0
pycadf==2.7.0
pycparser==2.18
pyflakes==0.8.1

View File

@ -21,4 +21,4 @@ bandit>=1.1.0 # Apache-2.0
# Some of the tests use real MySQL and Postgres databases
PyMySQL>=0.7.6 # MIT License
psycopg2>=2.6.2 # LGPL/ZPL
psycopg2>=2.7.0 # LGPL/ZPL