Updated from global requirements

Change-Id: I32556ea040e8c42d9021cbbca8942db149aeb1ea
This commit is contained in:
OpenStack Proposal Bot 2016-12-15 09:01:48 +00:00
parent c896867abb
commit 1d4d3a97eb
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ greenlet>=0.3.2 # MIT
httplib2>=0.7.5 # MIT
iso8601>=0.1.11 # MIT
ipaddress>=1.0.7;python_version<'3.3' # PSF
keystoneauth1>=2.14.0 # Apache-2.0
keystoneauth1>=2.16.0 # Apache-2.0
keystonemiddleware!=4.5.0,>=4.2.0 # Apache-2.0
lxml>=2.3 # BSD
oauth2client!=4.0.0,>=1.5.0 # Apache-2.0

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Install bounded pep8/pyflakes first, then let flake8 install
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT