Merge "Updated from global requirements"

This commit is contained in:
Jenkins 2017-03-23 23:00:00 +00:00 committed by Gerrit Code Review
commit b04715ca47
3 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.8 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
PyMySQL>=0.7.6 # MIT License
six>=1.9.0 # MIT
SQLAlchemy<1.1.0,>=1.0.10 # MIT
stevedore>=1.17.1 # Apache-2.0
SQLAlchemy>=1.0.10 # MIT
stevedore>=1.20.0 # Apache-2.0
monasca-common>=1.4.0 # Apache-2.0
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.config>=3.22.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.service>=1.10.0 # Apache-2.0
tooz>=1.47.0 # Apache-2.0

View File

@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr>=1.8'],
setup_requires=['pbr>=2.0.0'],
pbr=True)

View File

@ -8,7 +8,7 @@ nose # LGPL
mock>=2.0 # BSD
fixtures>=3.0.0 # Apache-2.0/BSD
# required to build documentation
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
sphinx>=1.5.1 # BSD
#oslosphinx>=4.7.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
# computes code coverage percentages