Updated from global requirements

Change-Id: I04ec9ff0b6a961bce9a620c16e3efaada5ec8e45
This commit is contained in:
OpenStack Proposal Bot 2015-03-21 00:17:07 +00:00
parent f485b93f47
commit fc41323e22
2 changed files with 4 additions and 4 deletions

View File

@ -23,5 +23,5 @@ mock>=1.0
# not available for Python 3.x
# eventlet>=0.13.0
oslotest>=1.2.0 # Apache-2.0
oslotest>=1.5.1,<1.6.0 # Apache-2.0

View File

@ -13,12 +13,12 @@ testtools>=0.9.36,!=1.2.0
# this is required for the docs build jobs
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
oslosphinx>=2.2.0 # Apache-2.0
oslotest>=1.2.0 # Apache-2.0
oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
oslotest>=1.5.1,<1.6.0 # Apache-2.0
# mocking framework
mock>=1.0
# rootwrap daemon's client should be verified to run in eventlet
eventlet>=0.16.1
eventlet>=0.16.1,!=0.17.0