Bump psycopg lower-constraint to 2.7
Earlier versions don't work with postgresql 10, which is now showing up in distros. Change-Id: I56589eb4ac55bec426d16f355398720f2994edcb Closes-Bug: 1821400
This commit is contained in:
parent
4df865d558
commit
57333e902a
@ -39,7 +39,7 @@ pbr==2.0.0
|
||||
pep8==1.5.7
|
||||
pifpaf==0.10.0
|
||||
prettytable==0.7.2
|
||||
psycopg2==2.6.2
|
||||
psycopg2==2.7.0
|
||||
pycparser==2.18
|
||||
pyflakes==0.8.1
|
||||
PyMySQL==0.7.6
|
||||
|
@ -24,7 +24,7 @@ mysql =
|
||||
PyMySQL>=0.7.6 # MIT License
|
||||
# or oslo.db[postgresql]
|
||||
postgresql =
|
||||
psycopg2>=2.6.2 # LGPL/ZPL
|
||||
psycopg2>=2.7.0 # LGPL/ZPL
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
@ -15,4 +15,4 @@ os-testr>=1.0.0 # Apache-2.0
|
||||
bandit>=1.1.0 # Apache-2.0
|
||||
pifpaf>=0.10.0 # Apache-2.0
|
||||
PyMySQL>=0.7.6 # MIT License
|
||||
psycopg2>=2.6.2 # LGPL/ZPL
|
||||
psycopg2>=2.7.0 # LGPL/ZPL
|
||||
|
Loading…
Reference in New Issue
Block a user