Updated from global requirements

Change-Id: Ibb088f3c393aee7d7633f5964b1bc9beec1d3e22
This commit is contained in:
OpenStack Proposal Bot 2016-11-24 22:56:07 +00:00
parent 2da3b1b5c9
commit 1b341c8bea
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pip>=6.0 # MIT
pip>=7.1.0 # MIT
setuptools!=24.0.0,>=16.0 # PSF/ZPL
wheel # MIT
pyasn1 # BSD
@ -13,4 +13,4 @@ PrettyTable<0.8,>=0.7.1 # BSD
pycrypto>=2.6 # Public Domain
python-memcached>=1.56 # PSF
PyYAML>=3.10.0 # MIT
virtualenv # MIT
virtualenv>=13.1.0 # MIT

View File

@ -9,7 +9,7 @@ mccabe==0.2.1 # MIT License
mock>=2.0 # BSD
pep8==1.5.7 # MIT
pyflakes==0.8.1 # MIT
virtualenv # MIT
virtualenv>=13.1.0 # MIT
# this is required for the docs build jobs
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD