summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-04-16 18:13:36 +0000
committerDoug Hellmann <doug@doughellmann.com>2015-04-16 18:13:36 +0000
commit57806064c090f9c5b3ea21d2cdec7193e1c93f62 (patch)
treebbc2cdaed00d279fce57bac01b8f81af97a7eecf
parentb72f2fb7eead6287fbdd07c369c0462586f37785 (diff)
downloadpython-openstackclient-57806064c090f9c5b3ea21d2cdec7193e1c93f62.tar.gz
Uncap library requirements for liberty
Change-Id: Ia2b0c00c5b1da19f2f6995aae3c2e0226a3fa2dc Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
-rw-r--r--requirements.txt12
-rw-r--r--test-requirements.txt4
2 files changed, 8 insertions, 8 deletions
diff --git a/requirements.txt b/requirements.txt
index 2e18b0b8..53d409eb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,16 +5,16 @@ pbr>=0.6,!=0.7,<1.0
six>=1.9.0
Babel>=1.3
-cliff>=1.10.0,<1.11.0 # Apache-2.0
+cliff>=1.10.0 # Apache-2.0
cliff-tablib>=1.0
-oslo.config>=1.9.3,<1.10.0 # Apache-2.0
-oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
-oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
-oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0
+oslo.config>=1.9.3 # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0
+oslo.utils>=1.4.0 # Apache-2.0
+oslo.serialization>=1.4.0 # Apache-2.0
python-glanceclient>=0.15.0
python-keystoneclient>=1.1.0
python-novaclient>=2.22.0
python-cinderclient>=1.1.0
python-neutronclient>=2.3.11,<3
requests>=2.2.0,!=2.4.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 cbbac96b..24f5c68e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,8 +7,8 @@ coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
-oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
-oslotest>=1.5.1,<1.6.0 # Apache-2.0
+oslosphinx>=2.5.0 # Apache-2.0
+oslotest>=1.5.1 # Apache-2.0
requests-mock>=0.6.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
testrepository>=0.0.18