summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-04-22 12:47:13 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-04-22 12:47:13 +0000
commit04543e7c9ca0ed9935e75e913cd51531a6245b7e (patch)
treef459a9324ad0723f470a69bb510bd659f7a77a59
parent600207479669b25fbcfa7fd66a06745a9adb77a2 (diff)
downloadpython-keystoneclient-04543e7c9ca0ed9935e75e913cd51531a6245b7e.tar.gz
Updated from global requirements1.1.1
Change-Id: I55f24dd1d002b76948a782c99f9620617eca0aa6
-rw-r--r--requirements.txt20
-rw-r--r--test-requirements.txt32
2 files changed, 26 insertions, 26 deletions
diff --git a/requirements.txt b/requirements.txt
index 79887e2..096e04b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,14 +5,14 @@
pbr>=0.6,!=0.7,<1.0
argparse
-Babel>=1.3
-iso8601>=0.1.9
-netaddr>=0.7.12
-oslo.config>=1.6.0 # Apache-2.0
-oslo.i18n>=1.3.0 # Apache-2.0
-oslo.serialization>=1.2.0 # Apache-2.0
-oslo.utils>=1.2.0 # Apache-2.0
+Babel>=1.3,<=1.3
+iso8601>=0.1.9,<=0.1.10
+netaddr>=0.7.12,<=0.7.13
+oslo.config>=1.4.0,<=1.6.0 # Apache-2.0
+oslo.i18n>=1.0.0,<=1.3.1 # Apache-2.0
+oslo.serialization>=1.0.0,<=1.2.0 # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
PrettyTable>=0.7,<0.8
-requests>=2.2.0,!=2.4.0
-six>=1.7.0
-stevedore>=1.1.0 # Apache-2.0
+requests>=2.1.0,!=2.4.0,<=2.2.1
+six>=1.7.0,<=1.9.0
+stevedore>=1.0.0,<=1.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 79b5e75..9d40c5f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,20 +4,20 @@
hacking>=0.10.0,<0.11
-coverage>=3.6
-discover
-fixtures>=0.3.14
+coverage>=3.6,<=3.7.1
+discover<=0.4.0
+fixtures>=0.3.14,<=1.0.0
keyring>=2.1,!=3.3
-lxml>=2.3
-mock>=1.0
-mox3>=0.7.0
-oauthlib>=0.6
-oslosphinx>=2.2.0 # Apache-2.0
-oslotest>=1.2.0 # Apache-2.0
-pycrypto>=2.6
-requests-mock>=0.5.1 # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-testrepository>=0.0.18
-testresources>=0.2.4
-testtools>=0.9.36,!=1.2.0
-WebOb>=1.2.3
+lxml>=2.3,<=3.3.3
+mock>=1.0,<=1.0.1
+mox3>=0.7.0,<=0.7.0
+oauthlib>=0.6,<=0.7.2
+oslosphinx>=2.2.0,<2.5.0 # Apache-2.0
+oslotest>=1.1.0,<1.4.0 # Apache-2.0
+pycrypto>=2.6,<=2.6.1
+requests-mock>=0.4.0 # Apache-2.0
+sphinx>=1.1.2,!=1.2.0,<1.3
+testrepository>=0.0.18,<=0.0.20
+testresources>=0.2.4,<=0.2.7
+testtools>=0.9.34,!=1.4.0,<=1.5.0
+WebOb>=1.2.3,<=1.3.1