Updated from global requirements

Change-Id: Iaa096d073ea9372954c3723014095e6a0c032c8a
This commit is contained in:
OpenStack Proposal Bot 2016-11-15 19:49:38 +00:00
parent a6a1b4bb8e
commit 8392673d44
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0
pbr>=1.8 # Apache-2.0
SQLAlchemy<1.1.0,>=1.0.10 # MIT
alembic>=0.8.4 # MIT
@ -31,7 +31,7 @@ pyOpenSSL>=0.14 # Apache-2.0
# Required by openstack.common libraries
six>=1.9.0 # MIT
oslo.db!=4.13.1,!=4.13.2,>=4.10.0 # Apache-2.0
oslo.db!=4.13.1,!=4.13.2,>=4.11.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.messaging>=5.2.0 # Apache-2.0

View File

@ -25,7 +25,7 @@ oslotest>=1.10.0 # Apache-2.0
os-testr>=0.8.0 # Apache-2.0
# Optional packages that should be installed when testing
PyMySQL!=0.7.7,>=0.6.2 # MIT License
PyMySQL!=0.7.7,>=0.7.6 # MIT License
psycopg2>=2.5 # LGPL/ZPL
pysendfile>=2.0.0 # MIT
qpid-python;python_version=='2.7' # Apache-2.0