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 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d39a1c2..85e74ba 100644 --- a/setup.py +++ b/setup.py @@ -29,10 +29,10 @@ setup( packages=['policyhandler'], zip_safe=False, install_requires=[ - "CherryPy>=10.2.2", + "CherryPy>=10.2.2,<11.0", "enum34>=1.1.6", "future>=0.16.0", - "requests>=2.13.0", + "requests>=2.13.0,<3.0.0", "six>=1.10.0", "websocket-client>=0.40.0" ], -- cgit 1.2.3-korg