Updated from global requirements

Change-Id: I61266449120ef44bb6fdc95f767db38b5382c3a9
This commit is contained in:
OpenStack Proposal Bot 2015-04-23 15:37:02 +00:00
parent b10d4a65e5
commit 7364d88a02
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@ greenlet>=0.3.2
iso8601>=0.1.9
kombu>=2.5.0
lxml>=2.3
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
oslo.db>=1.7.0,<1.8.0 # Apache-2.0
oslo.config>=1.9.3 # Apache-2.0
oslo.db>=1.7.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.5.1,<1.6.0 # Apache-2.0
oslotest>=1.5.1 # Apache-2.0
# Doc requirements
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
sphinxcontrib-pecanwsme>=0.8
stevedore>=1.3.0,<1.4.0 # Apache-2.0
stevedore>=1.3.0 # Apache-2.0
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
unittest2