diff options
author | Doug Hellmann <doug@doughellmann.com> | 2015-04-16 18:13:39 +0000 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2015-04-16 18:13:39 +0000 |
commit | b909f04dd37de6d0df2605fe3126d1c5394267e4 (patch) | |
tree | c45902dfa20b742245db224bbd1bc55f897e2781 /requirements.txt | |
parent | 0d8e8383466d94b24b2e3afc0b88e0f8bbc9d107 (diff) | |
download | python-saharaclient-b909f04dd37de6d0df2605fe3126d1c5394267e4.tar.gz |
Uncap library requirements for liberty
Change-Id: I5a8cb8b0c59983341bde37a78efc03e0ca24d073
Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 275d128..3fa675b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,8 @@ pbr>=0.6,!=0.7,<1.0 Babel>=1.3 netaddr>=0.7.12 -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 python-keystoneclient>=1.1.0 requests>=2.2.0,!=2.4.0 six>=1.9.0 |