Updated from global requirements

Change-Id: I7908128b82e80f347f4e6014301d7ed8a2e6b2d7
This commit is contained in:
OpenStack Proposal Bot 2015-03-31 18:39:46 +00:00
parent 451f843349
commit ee55408acb
2 changed files with 5 additions and 5 deletions

View File

@ -8,13 +8,13 @@ Babel>=1.3
# The egg=tripleo-heat-templates suffix is needed by pbr's requirements
# processing code
http://tarballs.openstack.org/tripleo-heat-templates/tripleo-heat-templates-master.tar.gz#egg=tripleo_heat_templates
eventlet>=0.16.1
eventlet>=0.16.1,!=0.17.0
greenlet>=0.3.2
iso8601>=0.1.9
kombu>=2.5.0
lxml>=2.3
oslo.config>=1.9.0 # Apache-2.0
oslo.db>=1.5.0 # Apache-2.0
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
oslo.db>=1.7.0,<1.8.0 # Apache-2.0
pecan>=0.8.0
posix_ipc
python-heatclient>=0.3.0

View File

@ -8,11 +8,11 @@ coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
oslotest>=1.2.0 # Apache-2.0
oslotest>=1.5.1,<1.6.0 # Apache-2.0
# Doc requirements
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
sphinxcontrib-pecanwsme>=0.8
stevedore>=1.1.0 # Apache-2.0
stevedore>=1.3.0,<1.4.0 # Apache-2.0
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
unittest2