Bump psycopg2 lowest version

There is a bug in 2.6 line of psycopg2 that does not properly detect
Postgresql 10 versions.

https://github.com/psycopg/psycopg2/issues/489

Change-Id: If5f773fb9e1ee2cb4e3fff71cd65539caa065e10
This commit is contained in:
Dobroslaw Zybort 2019-04-08 09:12:48 +02:00
parent 5248096546
commit 85d7d6520d
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ oslo.utils==3.33.0
oslotest==3.2.0
pbr==2.0.0
pep8==1.5.7
psycopg2==2.6.2
psycopg2==2.7.1
pyflakes==0.8.1
pyinotify==0.9.6
PyMySQL==0.7.6

View File

@ -14,5 +14,5 @@ oslotest>=3.2.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
PyMySQL>=0.7.6 # MIT License
psycopg2>=2.6.2 # LGPL/ZPL
psycopg2>=2.7.1 # LGPL/ZPL
docutils>=0.11 # OSI-Approved Open Source, Public Domain