Updated from global requirements
Change-Id: Ie41996926f2aa7eb967528906c9a6823e38a563e
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# 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.
|
||||||
cliff>=1.13.0 # Apache-2.0
|
cliff>=1.14.0 # Apache-2.0
|
||||||
pbr<2.0,>=0.11
|
pbr<2.0,>=1.6
|
||||||
python-keystoneclient>=1.6.0
|
python-keystoneclient>=1.6.0
|
||||||
PyYAML>=3.1.0
|
PyYAML>=3.1.0
|
||||||
requests>=2.5.2
|
requests>=2.5.2
|
||||||
|
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)
|
||||||
|
@@ -2,11 +2,11 @@
|
|||||||
# 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.
|
||||||
hacking<0.11,>=0.10
|
hacking<0.11,>=0.10
|
||||||
pylint==1.4.1 # GNU GPL v2
|
pylint==1.4.4 # GNU GPL v2
|
||||||
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
||||||
unittest2
|
unittest2
|
||||||
fixtures>=0.3.14
|
fixtures>=1.3.1
|
||||||
mock>=1.0
|
mock>=1.2
|
||||||
nose
|
nose
|
||||||
tempest-lib>=0.6.1
|
tempest-lib>=0.6.1
|
||||||
testtools>=1.4.0
|
testtools>=1.4.0
|
||||||
|
Reference in New Issue
Block a user