From 155e11ed2401bc2c1660349fba3a42f950180a69 Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Thu, 24 Aug 2017 12:48:53 -0400 Subject: policy-handler seed code - fix per Tommy's comment Change-Id: Iaed21de902e6875730ffc8ddc5d52c19ef702628 Issue-Id: DCAEGEN2-46 Signed-off-by: Alex Shatov --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 68e42bd..cafb36d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ ---extra-index-url https://YOUR_NEXUS_PYPI_SERVER/repository/solutioning01-mte2-pypi/simple CherryPy>=10.2.2 enum34>=1.1.6 future>=0.16.0 pycrypto>=2.6.1 -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