aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorAlex Shatov <alexs@att.com>2017-10-27 16:56:08 -0400
committerAlex Shatov <alexs@att.com>2017-10-27 16:56:08 -0400
commit81a1b05ebd918c3a8148382661f00f3183894f9a (patch)
treed0fe707fd3e7b8a0f89fa0b3af916fbe29dc69db /requirements.txt
parent2d452d17a679ac85b7a7eba0da8767d6fafb8e4c (diff)
fixed ClientAuth and Authorization parsing
two formats of ClientAuth and Authorization * Basic <auth> * <auth> Change-Id: I177a86caef6b2a2406277413d5de1972bcf19cfe Issue-Id: DCAEGEN2-128 Signed-off-by: Alex Shatov <alexs@att.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 43e8bf7..8afa983 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-CherryPy>=10.2.2
+CherryPy>=10.2.2,<11.0
enum34>=1.1.6
future>=0.16.0
requests>=2.13.0,<3.0.0