Updated from global requirements
Change-Id: Ic365b86418c1da9c768b3829188c05996486b57c
This commit is contained in:
parent
14c4b44749
commit
cbb700d54e
@ -7,7 +7,7 @@ eventlet!=0.18.3,>=0.18.2 # MIT
|
||||
keystonemiddleware>=4.12.0 # Apache-2.0
|
||||
greenlet>=0.3.2 # MIT
|
||||
jsonpatch>=1.1 # BSD
|
||||
pbr>=1.8 # Apache-2.0
|
||||
pbr>=2.0.0 # Apache-2.0
|
||||
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
|
||||
python-etcd>=0.4.3 # MIT License
|
||||
python-glanceclient>=2.5.0 # Apache-2.0
|
||||
@ -29,5 +29,5 @@ os-vif>=1.4.0 # Apache-2.0
|
||||
six>=1.9.0 # MIT
|
||||
WSME>=0.8 # MIT
|
||||
SQLAlchemy<1.1.0,>=1.0.10 # MIT
|
||||
stevedore>=1.17.1 # Apache-2.0
|
||||
stevedore>=1.20.0 # Apache-2.0
|
||||
docker-py>=1.8.1 # Apache-2.0
|
||||
|
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
||||
pass
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr>=1.8'],
|
||||
setup_requires=['pbr>=2.0.0'],
|
||||
pbr=True)
|
||||
|
@ -8,7 +8,7 @@ doc8 # Apache-2.0
|
||||
coverage>=4.0 # Apache-2.0
|
||||
mock>=2.0 # BSD
|
||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
|
||||
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
||||
python-subunit>=0.0.18 # Apache-2.0/BSD
|
||||
sphinx>=1.5.1 # BSD
|
||||
oslosphinx>=4.7.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user