Updated from global requirements

Change-Id: I9531301d14942dfc5e33ca58a93908987e56222c
This commit is contained in:
OpenStack Proposal Bot 2016-08-09 16:00:52 +00:00
parent d082fb29ce
commit 2398e5bb8d
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 # Apache-2.0
oslo.cache>=1.5.0 # Apache-2.0
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.config>=3.14.0 # Apache-2.0
oslo.context!=2.6.0,>=2.4.0 # Apache-2.0
oslo.context>=2.4.0 # Apache-2.0
oslo.messaging>=5.2.0 # Apache-2.0
oslo.db>=4.1.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0

View File

@ -23,7 +23,7 @@ mock>=2.0 # BSD
oslotest>=1.10.0 # Apache-2.0
# required to build documentation
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
os-api-ref>=0.1.0 # Apache-2.0
os-api-ref>=0.4.0 # Apache-2.0
# test wsgi apps without starting an http server
WebTest>=2.0 # MIT