Sync requirements with stable/havana requirements

Change-Id: I5ca0a8ddcf89fe816d47dfd4d720410780444d60
This commit is contained in:
Kiall Mac Innes 2013-10-30 13:33:29 +00:00
parent 6714726520
commit 45046bb552
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
cliff>=1.4.3 cliff>=1.4.3
jsonschema>=1.3.0,!=1.4.0 jsonschema>=1.3.0,!=1.4.0
keyring keyring>=1.6.1,<2.0
pbr>=0.5.21,<1.0 pbr>=0.5.21,<1.0
python-keystoneclient>=0.4.1 python-keystoneclient>=0.3.2
requests>=1.1 requests>=1.1
stevedore>=0.10 stevedore>=0.10

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,9 +1,9 @@
coverage>=3.6 coverage>=3.6
discover discover
flake8==2.0 flake8==2.0
hacking>=0.5.3,<0.6 hacking>=0.5.6,<0.8
mox>=0.5.3 mox>=0.5.3
pep8==1.4.5 pep8==1.4.5
pyflakes==0.7.2 pyflakes>=0.7.2,<0.7.4
python-subunit python-subunit
testrepository>=0.0.13 testrepository>=0.0.17