diff options
| author | Doug Hellmann <doug@doughellmann.com> | 2015-04-16 18:12:50 +0000 |
|---|---|---|
| committer | Doug Hellmann <doug@doughellmann.com> | 2015-04-16 18:12:50 +0000 |
| commit | 220371ba51a8efec8a5caea9322c0dd7a5f3bcad (patch) | |
| tree | 9a289b8a0bf02566aa2a249d182e93572af0f80d | |
| parent | 62e3573fceb6c6120d8c14a761927c2979d9c132 (diff) | |
| download | python-ceilometerclient-220371ba51a8efec8a5caea9322c0dd7a5f3bcad.tar.gz | |
Uncap library requirements for liberty
Change-Id: Ia4add1c625074586380e756699dbdc0c820aed54
Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
| -rw-r--r-- | requirements.txt | 8 | ||||
| -rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 6ff32c2..bbeb1b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,11 +4,11 @@ pbr>=0.6,!=0.7,<1.0 argparse iso8601>=0.1.9 -oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0 -oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0 -oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 +oslo.i18n>=1.5.0 # Apache-2.0 +oslo.serialization>=1.4.0 # Apache-2.0 +oslo.utils>=1.4.0 # Apache-2.0 PrettyTable>=0.7,<0.8 python-keystoneclient>=1.1.0 requests>=2.2.0,!=2.4.0 six>=1.9.0 -stevedore>=1.3.0,<1.4.0 # Apache-2.0 +stevedore>=1.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 953bfe9..99e1c7c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ coverage>=3.6 discover fixtures>=0.3.14 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 tempest-lib>=0.4.0 |
