Updated from global requirements
Change-Id: Idfdff7671dd1e439491e14d42afe47b60d70f58d
This commit is contained in:
parent
9c3fedeceb
commit
82efffb846
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr'],
|
setup_requires=['pbr>=1.8'],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
hacking<0.11,>=0.10.0
|
hacking<0.11,>=0.10.0
|
||||||
|
|
||||||
flake8
|
flake8<=2.4.1,>=2.2.4
|
||||||
mock
|
mock>=1.2
|
||||||
nose
|
nose
|
||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
#discover
|
#discover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user