Sync with openstack/requirements rev 661e6bad
Change-Id: I3d5467ee9936541db8908fc854754adcc3c4a50a
This commit is contained in:
parent
4e9b2d0a18
commit
ca4751c178
@ -4,20 +4,20 @@ eventlet>=0.13.0
|
|||||||
extras
|
extras
|
||||||
Flask>=0.10,<1.0
|
Flask>=0.10,<1.0
|
||||||
iso8601>=0.1.8
|
iso8601>=0.1.8
|
||||||
jsonschema>=1.3.0,!=1.4.0
|
jsonschema>=2.0.0,<3.0.0
|
||||||
kombu>=2.4.8
|
kombu>=2.4.8
|
||||||
netaddr>=0.7.6
|
netaddr>=0.7.6
|
||||||
oslo.config>=1.2.0
|
oslo.config>=1.2.0
|
||||||
Paste
|
Paste
|
||||||
PasteDeploy>=1.5.0
|
PasteDeploy>=1.5.0
|
||||||
pbr>=0.5.21,<1.0
|
pbr>=0.6,<1.0
|
||||||
pecan>=0.2.0
|
pecan>=0.2.0
|
||||||
python-keystoneclient>=0.4.1
|
python-keystoneclient>=0.5.0
|
||||||
python-neutronclient>=2.3.0,<3
|
python-neutronclient>=2.3.3,<3
|
||||||
Routes>=1.12.3
|
Routes>=1.12.3
|
||||||
six>=1.4.1
|
six>=1.4.1
|
||||||
SQLAlchemy>=0.7.8,<=0.7.99
|
SQLAlchemy>=0.7.8,<=0.8.99
|
||||||
sqlalchemy-migrate>=0.8.2
|
sqlalchemy-migrate>=0.8.2
|
||||||
stevedore>=0.12
|
stevedore>=0.14
|
||||||
WebOb>=1.2.3,<1.3
|
WebOb>=1.2.3
|
||||||
dnspython>=1.9.4
|
dnspython>=1.9.4
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# Hacking already pins down pep8, pyflakes and flake8
|
# Hacking already pins down pep8, pyflakes and flake8
|
||||||
hacking>=0.8,<0.9
|
hacking>=0.8.0,<0.9
|
||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
discover
|
discover
|
||||||
fixtures>=0.3.14
|
fixtures>=0.3.14
|
||||||
mock>=1.0
|
mock>=1.0
|
||||||
mox>=0.5.3
|
mox>=0.5.3
|
||||||
python-subunit
|
python-subunit>=0.0.18
|
||||||
testtools>=0.9.32
|
testtools>=0.9.34
|
||||||
testrepository>=0.0.17
|
testrepository>=0.0.17
|
||||||
testscenarios>=0.4
|
testscenarios>=0.4
|
||||||
WebTest>=2.0
|
WebTest>=2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user