Updated from global requirements

Change-Id: Ie89f43f6d8aa4a263b5e6515dcbd7bd534c6bce6
This commit is contained in:
OpenStack Jenkins 2013-10-01 16:13:02 +00:00
parent 3baf358e7c
commit 2fead38829
3 changed files with 6 additions and 6 deletions

View File

@ -10,16 +10,16 @@ lxml>=2.3
netaddr netaddr
six six
sqlalchemy-migrate>=0.7.2 sqlalchemy-migrate>=0.7.2
python-novaclient>=2.12.0 python-novaclient>=2.15.0
PasteDeploy>=1.5.0 PasteDeploy>=1.5.0
Routes>=1.12.3 Routes>=1.12.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.2 python-keystoneclient>=0.3.2
python-swiftclient>=1.2 python-swiftclient>=1.5
python-neutronclient>=2.3.0,<3 python-neutronclient>=2.3.0,<3
python-ceilometerclient>=1.0.5 python-ceilometerclient>=1.0.5
python-cinderclient>=1.0.4 python-cinderclient>=1.0.5
PyYAML>=3.1.0 PyYAML>=3.1.0
paramiko>=1.8.0 paramiko>=1.8.0
Babel>=0.9.6 Babel>=0.9.6

View File

@ -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)

View File

@ -1,8 +1,8 @@
# Install bounded pep8/pyflakes first, then let flake8 install # Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5 pep8==1.4.5
pyflakes==0.7.2 pyflakes>=0.7.2,<0.7.4
flake8==2.0 flake8==2.0
hacking>=0.5.6,<0.7 hacking>=0.5.6,<0.8
coverage>=3.6 coverage>=3.6
discover discover