shaker/requirements.txt
Ilya Shakhat aa71630a9d Cap os-client-config to avoid impact on YAML parser
os-client-config starting with version 1.31.0 depends on openstacksdk,
which monkey-patches YAML parser to always return unicode strings,
which in turn causes kwalify library to fail on loading the schema.

Change-Id: Iea73cd6cf04f564eff90cc3e5b2967c271b86f04
Closes-bug: #1771275
Related-to: https://storyboard.openstack.org/#!/story/2002040
2018-05-15 17:56:09 +02:00

28 lines
962 B
Plaintext

# 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
# process, which may cause wedges in the gate later.
pbr>=1.8 # Apache-2.0
diskimage-builder>=1.1.2,!=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0
iso8601>=0.1.11 # MIT
Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause)
keystoneauth1>=2.18.0 # Apache-2.0
os-client-config>=1.22.0,<1.31.0 # Apache-2.0
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
pygal
pykwalify
python-glanceclient>=2.5.0 # Apache-2.0
python-neutronclient>=5.1.0 # Apache-2.0
python-novaclient>=7.1.0 # Apache-2.0
python-heatclient>=1.6.1 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
PyYAML>=3.10.0 # MIT
pyzmq>=16.0 # LGPL+BSD
six>=1.9.0 # MIT