Updated from global requirements
Change-Id: I4e0a987f24a8827c373106dd9e78e55e4cb33864
This commit is contained in:
parent
e922d0f160
commit
6e067fa55e
@ -7,12 +7,12 @@
|
|||||||
# adding a new feature to oslo.serialization means adding a new dependency,
|
# adding a new feature to oslo.serialization means adding a new dependency,
|
||||||
# that is a likely indicator that the feature belongs somewhere else.
|
# that is a likely indicator that the feature belongs somewhere else.
|
||||||
|
|
||||||
pbr<2.0,>=0.11
|
pbr<2.0,>=1.3
|
||||||
Babel>=1.3
|
Babel>=1.3
|
||||||
six>=1.9.0
|
six>=1.9.0
|
||||||
msgpack-python>=0.4.0
|
msgpack-python>=0.4.0
|
||||||
# Only for timeutils in openstack.common - once we're using the
|
# Only for timeutils in openstack.common - once we're using the
|
||||||
# library version this can be removed.
|
# library version this can be removed.
|
||||||
iso8601>=0.1.9
|
iso8601>=0.1.9
|
||||||
oslo.utils>=1.6.0 # Apache-2.0
|
oslo.utils>=1.9.0 # Apache-2.0
|
||||||
pytz>=2013.6
|
pytz>=2013.6
|
||||||
|
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)
|
||||||
|
@ -10,7 +10,7 @@ netaddr>=0.7.12
|
|||||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
||||||
oslosphinx>=2.5.0 # Apache-2.0
|
oslosphinx>=2.5.0 # Apache-2.0
|
||||||
|
|
||||||
oslotest>=1.5.1 # Apache-2.0
|
oslotest>=1.7.0 # Apache-2.0
|
||||||
simplejson>=2.2.0
|
simplejson>=2.2.0
|
||||||
oslo.i18n>=1.5.0 # Apache-2.0
|
oslo.i18n>=1.5.0 # Apache-2.0
|
||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user