From: MatthewLi Date: Mon, 17 Apr 2017 03:47:50 +0000 (-0400) Subject: fix click and pytz package version X-Git-Tag: ovp.0.9.0~197^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=012a1a1b9b7a93b5ffe5a7345da77818a3713bf6;p=dovetail.git fix click and pytz package version JIRA: DOVETAIL-376 Change-Id: Ia269ca7cdd34c71b4531b28e42e40415190ae398 Signed-off-by: MatthewLi --- diff --git a/docker/Dockerfile b/docker/Dockerfile index e4013685..8cc15e0b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -29,8 +29,6 @@ RUN \ mkdir -p ${REPOS_DIR}/results \ && \ pip install -U pip \ -&& \ - pip install -U pytz \ && \ pip install -r ${REPOS_DIR}/requirements.txt \ && \ diff --git a/requirements.txt b/requirements.txt index e6369598..0aaa5086 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -Click +click==6.6 Jinja2==2.8 pbr==2.0.0 +pytz==2016.7 PyYAML==3.11 python-openstackclient==3.9.0 requests==2.10.0