Updated from global requirements

Change-Id: If75017351fd2960d603dec54bdfbe171bea2e618
This commit is contained in:
OpenStack Proposal Bot 2015-07-17 16:12:05 +00:00
parent 9199863136
commit 0f0d17b31a
3 changed files with 12 additions and 10 deletions

View File

@ -9,23 +9,24 @@ greenlet>=0.3.2
iso8601>=0.1.9
Jinja2>=2.6 # BSD License (3 clause)
jsonschema!=2.5.0,<3.0.0,>=2.0.0
keystonemiddleware>=1.5.0
keystonemiddleware>=2.0.0
netaddr>=0.7.12
oslo.config>=1.11.0 # Apache-2.0
oslo.concurrency>=2.1.0 # Apache-2.0
oslo.messaging!=1.12.0,>=1.8.0 # Apache-2.0
oslo.middleware!=2.0.0,>=1.2.0 # Apache-2.0
oslo.log>=1.2.0 # Apache-2.0
oslo.messaging>=1.16.0 # Apache-2.0
oslo.middleware>=2.4.0 # Apache-2.0
oslo.log>=1.6.0 # Apache-2.0
oslo.rootwrap>=2.0.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.service>=0.1.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
oslo.utils>=1.9.0 # Apache-2.0
Paste
PasteDeploy>=1.5.0
pbr<2.0,>=0.11
pbr<2.0,>=1.3
pecan>=0.8.0
python-neutronclient<3,>=2.3.11
Routes!=2.0,!=2.1,>=1.12.3
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
Routes!=2.0,>=1.12.3;python_version!='2.7'
requests>=2.5.2
six>=1.9.0
SQLAlchemy<1.1.0,>=0.9.7

View File

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

View File

@ -7,8 +7,9 @@ hacking<0.10,>=0.9.2
coverage>=3.6
discover
fixtures>=1.3.1
mock>=1.0
oslotest>=1.5.1 # Apache-2.0
mock!=1.1.4,>=1.1;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
oslotest>=1.7.0 # Apache-2.0
oslosphinx>=2.5.0 # Apache-2.0
python-subunit>=0.0.18
requests-mock>=0.6.0 # Apache-2.0