From fba836494b18a952414093297be85cc8a50976cc Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 16 Apr 2015 18:13:06 +0000 Subject: [PATCH] Uncap library requirements for liberty Change-Id: I70575137d962240c9e790b96aa0fbfad80e4c9a5 Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06 --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b20966dba..b837718b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ anyjson>=0.3.3 httplib2>=0.7.5 lxml>=2.3 -oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0 -oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 +oslo.i18n>=1.5.0 # Apache-2.0 +oslo.utils>=1.4.0 # Apache-2.0 pbr>=0.6,!=0.7,<1.0 PrettyTable>=0.7,<0.8 python-keystoneclient>=1.1.0 diff --git a/test-requirements.txt b/test-requirements.txt index d2e45fea4..57e162e38 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ fixtures>=0.3.14 hacking>=0.10.0,<0.11 httpretty>=0.8.4,!=0.8.7,!=0.8.8 mock>=1.0 -oslosphinx>=2.5.0,<2.6.0 # Apache-2.0 +oslosphinx>=2.5.0 # Apache-2.0 python-subunit>=0.0.18 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 testrepository>=0.0.18