Updated from global requirements

Change-Id: Id29ed419a4918cdb077b22425fde7e2ed64300cf
This commit is contained in:
OpenStack Proposal Bot 2017-06-07 23:58:27 +00:00
parent 387dfc0e54
commit b08950cc02
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Copyright (c) 2017 IBM Corporation.
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr>=1.8'],
setup_requires=['pbr>=2.0.0'],
pbr=True)

View File

@ -9,9 +9,9 @@ requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
# this is required for the docs build jobs
sphinx>=1.5.1 # BSD
sphinx!=1.6.1,>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
openstackdocstheme>=1.5.0 # Apache-2.0
doc8 # Apache-2.0
reno>=1.8.0 # Apache-2.0
reno!=2.3.1,>=1.8.0 # Apache-2.0
sphinxmark>=0.1.14 # Apache-2.0