diff options
author | Alex Shatov <alexs@att.com> | 2017-08-24 12:48:53 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2017-08-24 12:48:53 -0400 |
commit | 155e11ed2401bc2c1660349fba3a42f950180a69 (patch) | |
tree | a95edc45684e30e29cc7dfb280e010befbac11a7 | |
parent | 9d980ce62d1f12d1e3fba48efb50398b8b95272a (diff) |
policy-handler seed code - fix per Tommy's comment
Change-Id: Iaed21de902e6875730ffc8ddc5d52c19ef702628
Issue-Id: DCAEGEN2-46
Signed-off-by: Alex Shatov <alexs@att.com>
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 1 insertions, 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 |