Uncap library requirements for liberty

Change-Id: I430f638d35ea1c8f8e1bcdf024cd7efe7532dd9b
Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
This commit is contained in:
Doug Hellmann 2015-04-16 18:09:46 +00:00
parent 96e1ab799c
commit 33715509fc
2 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,6 @@ pbr>=0.6,!=0.7,<1.0
Babel>=1.3
six>=1.9.0
iso8601>=0.1.9
oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
netaddr>=0.7.12
netifaces>=0.10.4

View File

@ -10,7 +10,7 @@ python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
oslotest>=1.5.1,<1.6.0 # Apache-2.0
oslotest>=1.5.1 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
@ -19,7 +19,7 @@ coverage>=3.6
# this is required for the docs build jobs
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
oslosphinx>=2.5.0 # Apache-2.0
# mocking framework
mock>=1.0