Updated from global requirements

Change-Id: Ia4f4765c3da9af2e889d0f46382fcb0bda68b4f5
This commit is contained in:
OpenStack Proposal Bot 2018-03-10 13:10:16 +00:00
parent fbc2209569
commit 677a54e564
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import setuptools
# In python < 2.7.4, a lazy loading of package `pbr` will break
# setuptools if some other modules registered functions in `atexit`.
# solution from: https://bugs.python.org/issue15881#msg170215
# solution from: http://bugs.python.org/issue15881#msg170215
try:
import multiprocessing # noqa
except ImportError:

View File

@ -11,7 +11,7 @@ pylint==1.4.5 # GPLv2
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
unittest2>=1.1.0 # BSD
sphinx!=1.6.6,>=1.6.2 # BSD
sphinx!=1.6.6,<1.7.0,>=1.6.2 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0
nose>=1.3.7 # LGPL