Files
oslo.versionedobjects/requirements.txt
OpenStack Proposal Bot 087af703da Updated from global requirements
Change-Id: Ib2deae422c3c500d0c33e93d396c8720edae4b28
2015-07-12 15:21:46 +00:00

19 lines
618 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.
six>=1.9.0
Babel>=1.3
oslo.concurrency>=2.1.0 # Apache-2.0
oslo.config>=1.11.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.messaging!=1.12.0,>=1.8.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
iso8601>=0.1.9
oslo.log>=1.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
mock>=1.1;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
fixtures>=1.3.1
WebOb>=1.2.3