Updated from global requirements

Change-Id: I6a6a70d8a7c899c476ff6cce5dd1bbf912d1b32d
This commit is contained in:
OpenStack Proposal Bot 2014-10-15 23:47:41 +00:00
parent e835902175
commit 72b312c82d
2 changed files with 8 additions and 8 deletions

View File

@ -9,17 +9,17 @@ 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.15.1
eventlet>=0.15.2
greenlet>=0.3.2
iso8601>=0.1.9
kombu>=2.4.8
kombu>=2.5.0
lxml>=2.3
oslo.config>=1.4.0.0a3
oslo.db>=0.4.0 # Apache-2.0
oslo.config>=1.4.0 # Apache-2.0
oslo.db>=1.0.0 # Apache-2.0
pecan>=0.5.0
posix_ipc
python-heatclient>=0.2.9
python-keystoneclient>=0.10.0
python-keystoneclient>=0.11.1
PyYAML>=3.1.0
six>=1.7.0
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99

View File

@ -8,11 +8,11 @@ coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
oslotest>=1.1.0.0a2
oslotest>=1.1.0 # Apache-2.0
# Doc requirements
sphinx>=1.1.2,!=1.2.0,<1.3
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
sphinxcontrib-pecanwsme>=0.8
stevedore>=0.14
stevedore>=1.0.0 # Apache-2.0
testrepository>=0.0.18
testtools>=0.9.34
unittest2