Few hours ago the new version of oslo.utils (1.4.1) has been released [1]. It has incompatible requirements for oslo.i18n, so we have to pin it temporary until we up oslo.i18n version. [1]: http://git.openstack.org/cgit/openstack/oslo.utils/commit/?id=1.4.1 Change-Id: Ie77f4583d368d41f750a7ffe58a2f24c29bc1f51 Partial-Bug: #1496751
14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
argparse==1.2.1
|
|
# NOTE(prmtl): Bug https://bugs.launchpad.net/fuel/+bug/1481212
|
|
stevedore<1.4.0
|
|
cliff>=1.7.0,<=1.9.0
|
|
pbr>=0.6,!=0.7,<1.0
|
|
oslo.i18n>=1.3.0,<1.6.0
|
|
oslo.serialization>=1.0.0,<1.5.0
|
|
oslo.utils<1.4.1
|
|
oslo.config<1.10.0
|
|
python-keystoneclient>=0.10.0,<1.4.0
|
|
PyYAML>=3.1.0,<=3.10
|
|
requests>=2.1.0,!=2.4.0,<=2.2.1
|
|
six>=1.7.0,<=1.9.0
|