Updated from global requirements
Change-Id: Ic6c7e75af1d2d5c590cb799f3d630451640f7fe6
This commit is contained in:
parent
91a9abbc00
commit
54ac16ad67
@ -2,6 +2,6 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
eventlet!=0.18.3,>=0.18.2 # MIT
|
||||
python-swiftclient>=2.2.0 # Apache-2.0
|
||||
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
|
||||
python-swiftclient>=3.2.0 # Apache-2.0
|
||||
six>=1.9.0 # MIT
|
||||
|
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
||||
pass
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr>=1.8'],
|
||||
setup_requires=['pbr>=2.0.0'],
|
||||
pbr=True)
|
||||
|
@ -4,10 +4,10 @@
|
||||
hacking<0.11,>=0.10.0
|
||||
|
||||
flake8<2.6.0,>=2.5.4 # MIT
|
||||
mock>=2.0 # BSD
|
||||
nose # LGPL
|
||||
coverage>=4.0 # Apache-2.0
|
||||
mock>=2.0.0 # BSD
|
||||
nose>=1.3.7 # LGPL
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
#discover
|
||||
#python-subunit>=0.0.18
|
||||
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
|
||||
sphinx>=1.6.2 # BSD
|
||||
bandit>=1.1.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user