Updated from global requirements
Change-Id: Ibb088f3c393aee7d7633f5964b1bc9beec1d3e22
This commit is contained in:
parent
2da3b1b5c9
commit
1b341c8bea
@ -1,7 +1,7 @@
|
|||||||
# The order of packages is significant, because pip processes them in the order
|
# 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
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# 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
|
setuptools!=24.0.0,>=16.0 # PSF/ZPL
|
||||||
wheel # MIT
|
wheel # MIT
|
||||||
pyasn1 # BSD
|
pyasn1 # BSD
|
||||||
@ -13,4 +13,4 @@ PrettyTable<0.8,>=0.7.1 # BSD
|
|||||||
pycrypto>=2.6 # Public Domain
|
pycrypto>=2.6 # Public Domain
|
||||||
python-memcached>=1.56 # PSF
|
python-memcached>=1.56 # PSF
|
||||||
PyYAML>=3.10.0 # MIT
|
PyYAML>=3.10.0 # MIT
|
||||||
virtualenv # MIT
|
virtualenv>=13.1.0 # MIT
|
||||||
|
@ -9,7 +9,7 @@ mccabe==0.2.1 # MIT License
|
|||||||
mock>=2.0 # BSD
|
mock>=2.0 # BSD
|
||||||
pep8==1.5.7 # MIT
|
pep8==1.5.7 # MIT
|
||||||
pyflakes==0.8.1 # MIT
|
pyflakes==0.8.1 # MIT
|
||||||
virtualenv # MIT
|
virtualenv>=13.1.0 # MIT
|
||||||
|
|
||||||
# this is required for the docs build jobs
|
# this is required for the docs build jobs
|
||||||
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
|
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
|
||||||
|
Loading…
Reference in New Issue
Block a user