Updated from global requirements

Change-Id: I0c5efb33749823775358c2a5ea26c432615f4f62
This commit is contained in:
OpenStack Proposal Bot 2017-05-23 11:57:49 +00:00
parent ab3b8b69c3
commit 741abca48e
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ debtcollector>=1.2.0 # Apache-2.0
netaddr!=0.7.16,>=0.7.13 # BSD
six>=1.9.0 # MIT
stevedore>=1.20.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
rfc3986>=0.3.1 # Apache-2.0

View File

@ -21,7 +21,7 @@ oslosphinx>=4.7.0 # Apache-2.0
reno>=1.8.0 # Apache-2.0
# Required only for tests
oslo.i18n>=2.1.0 # Apache-2.0
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
# mocking framework
mock>=2.0 # BSD