From 81a1b05ebd918c3a8148382661f00f3183894f9a Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Fri, 27 Oct 2017 16:56:08 -0400 Subject: fixed ClientAuth and Authorization parsing two formats of ClientAuth and Authorization * Basic * Change-Id: I177a86caef6b2a2406277413d5de1972bcf19cfe Issue-Id: DCAEGEN2-128 Signed-off-by: Alex Shatov --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') 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 -- cgit 1.2.3-korg