Merge "update requires to prevent version cap"

This commit is contained in:
Jenkins 2013-07-16 15:47:21 +00:00 committed by Gerrit Code Review
commit 3cabb052e1
2 changed files with 6 additions and 5 deletions

View File

@ -15,9 +15,10 @@ paramiko>=1.8.0
babel>=0.9.6
iso8601>=0.1.4
setuptools_git>=0.4
python-quantumclient>=2.2.0,<3.0.0
python-glanceclient>=0.9.0,<2
python-keystoneclient>=0.2,<0.3
python-quantumclient>=2.2.0
python-neutronclient>=2.2.3,<3
python-glanceclient>=0.9.0
python-keystoneclient>=0.2.1
stevedore>=0.9
websockify<0.4
oslo.config>=1.1.0

View File

@ -2,7 +2,7 @@
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
hacking>=0.5.3,<0.6
hacking>=0.5.6,<0.6
coverage>=3.6
discover
fixtures>=0.3.12
@ -10,5 +10,5 @@ mox>=0.5.3
mysql-python
python-subunit
sphinx>=1.1.2
testrepository>=0.0.13
testrepository>=0.0.15
testtools>=0.9.32