summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-03-10 03:21:26 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-03-10 03:21:26 +0000
commita0a57adf6f659d4dc1edd0447f35473d73b8cfcd (patch)
tree834bf3fb4218a81247d26796646b62516c6e288d
parent47102e53aaa8c8cde1067cb900a20542a23268be (diff)
downloadkeystone-stable/kilo.tar.gz
Updated from global requirementskilo-eol2015.1.4stable/kilo
Change-Id: I43858f9c051c34e40885a112e980e86d165ee3d5
-rw-r--r--requirements-py3.txt2
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements-py3.txt1
3 files changed, 3 insertions, 2 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt
index d2bdfc648..2b796c829 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -30,7 +30,7 @@ oslo.policy<0.4.0,>=0.3.1 # Apache-2.0
oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
oauthlib>=0.6
-pysaml2
+pysaml2<4.0.4
dogpile.cache>=0.5.3
jsonschema<3.0.0,>=2.0.0
# pycadf tries to pull in eventlet
diff --git a/requirements.txt b/requirements.txt
index 232696214..ce020503b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -29,7 +29,7 @@ oslo.policy<0.4.0,>=0.3.1 # Apache-2.0
oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
oauthlib>=0.6
-pysaml2
+pysaml2<4.0.4
dogpile.cache>=0.5.3
jsonschema<3.0.0,>=2.0.0
pycadf<0.9.0,>=0.8.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 4a35fb53b..cc0227d9a 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -29,6 +29,7 @@ pymongo<3.0,>=2.6.3
+
# Testing
# computes code coverage percentages
coverage>=3.6