oslo.i18n 2.0.0 is installed by keystoneclient. It doesn't have 'oslo' namespace which is still used in our version of keystoneclient so we need to use older release. Change-Id: I6fa92f035a6f962217032e0b007cdc559d29f8fb Closes-Bug: #1469050
13 lines
379 B
Plaintext
13 lines
379 B
Plaintext
argparse==1.2.1
|
|
cliff>=1.7.0,<=1.9.0
|
|
pbr>=0.6,!=0.7,<1.0
|
|
# NOTE(prmtl): specified version of keystoneclient doesn't
|
|
# work properly with 2.0.0 version of oslo.i18n which is
|
|
# released on pypi
|
|
# See: https://bugs.launchpad.net/fuel/+bug/1469050
|
|
oslo.i18n>=1.3.0,<=1.7.0
|
|
python-keystoneclient>=0.10.0,<=1.1.0
|
|
PyYAML>=3.1.0,<=3.10
|
|
requests>=2.1.0,!=2.4.0,<=2.2.1
|
|
six>=1.7.0,<=1.9.0
|