Merge "Updated from global requirements"
This commit is contained in:
commit
37ca006996
2 changed files with 2 additions and 2 deletions
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.3'],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
hacking<0.11,>=0.10.0
|
hacking<0.11,>=0.10.0
|
||||||
|
|
||||||
discover
|
discover
|
||||||
oslotest>=1.5.1 # Apache-2.0
|
oslotest>=1.10.0 # Apache-2.0
|
||||||
testrepository>=0.0.18
|
testrepository>=0.0.18
|
||||||
|
|
||||||
# Doc requirements
|
# Doc requirements
|
||||||
|
|
Loading…
Reference in a new issue