python-freezerclient/requirements.txt
OpenStack Proposal Bot fdfe197da0 Updated from global requirements
Change-Id: Icba902a57b5def46a4f7a84b74cc058b09f2f8d6
2016-11-16 22:15:59 +00:00

16 lines
529 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.
astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4
setuptools!=24.0.0,>=16.0 # PSF/ZPL
pbr>=1.8 # Apache-2.0
keystoneauth1>=2.14.0 # Apache-2.0
cliff>=2.3.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
six>=1.9.0 # MIT