stevedore (which is used by cliff) in version 1.7.0 breaks our requirements for pbr. We install pbr 0.11, stevedore requires pbr>=1.3 Change-Id: If138854114aec773e0de6f0fadf42c0ccc2a1403 Closes-Bug: #1481212
19 lines
549 B
Plaintext
19 lines
549 B
Plaintext
argparse==1.2.1
|
|
# NOTE(prmtl): Bug https://bugs.launchpad.net/fuel/+bug/1481212
|
|
stevedore==1.6.0
|
|
cliff>=1.7.0,<=1.9.0
|
|
pbr>=0.6,!=0.7,<1.0
|
|
debtcollector<0.6.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
|
|
oslo.serialization>=1.0.0,<=1.2.0
|
|
oslo.utils<2.0.0
|
|
oslo.config<2.0.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
|