Updated from global requirements
Change-Id: Id6c3328045ab356a232eb0fe71033f1272b76c5d
This commit is contained in:
parent
b94a602528
commit
c544da9e87
@ -16,13 +16,13 @@ jsonrpclib
|
|||||||
Jinja2
|
Jinja2
|
||||||
kombu>=2.4.8
|
kombu>=2.4.8
|
||||||
netaddr
|
netaddr
|
||||||
python-neutronclient>=2.2.3,<3
|
python-neutronclient>=2.3.0,<3
|
||||||
SQLAlchemy>=0.7.8,<=0.7.99
|
SQLAlchemy>=0.7.8,<=0.7.99
|
||||||
WebOb>=1.2.3,<1.3
|
WebOb>=1.2.3,<1.3
|
||||||
python-keystoneclient>=0.3.0
|
python-keystoneclient>=0.3.2
|
||||||
alembic>=0.4.1
|
alembic>=0.4.1
|
||||||
six
|
six
|
||||||
stevedore>=0.10
|
stevedore>=0.10
|
||||||
oslo.config>=1.2.0
|
oslo.config>=1.2.0
|
||||||
|
|
||||||
python-novaclient>=2.12.0
|
python-novaclient>=2.15.0
|
||||||
|
2
setup.py
2
setup.py
@ -18,5 +18,5 @@
|
|||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr>=0.5.21,<1.0'],
|
setup_requires=['pbr'],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
hacking>=0.5.6,<0.8
|
hacking>=0.5.6,<0.8
|
||||||
|
|
||||||
cliff>=1.4
|
cliff>=1.4.3
|
||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
discover
|
discover
|
||||||
fixtures>=0.3.12
|
fixtures>=0.3.14
|
||||||
mock>=1.0
|
mock>=1.0
|
||||||
mox>=0.5.3
|
mox>=0.5.3
|
||||||
python-subunit
|
python-subunit
|
||||||
sphinx>=1.1.2
|
sphinx>=1.1.2
|
||||||
testrepository>=0.0.17
|
testrepository>=0.0.17
|
||||||
testtools>=0.9.32
|
testtools>=0.9.32
|
||||||
WebTest==1.3.3
|
WebTest>=2.0
|
||||||
# Packages for the Cisco Plugin
|
# Packages for the Cisco Plugin
|
||||||
###############################
|
###############################
|
||||||
configobj
|
configobj
|
||||||
|
Loading…
Reference in New Issue
Block a user