From 060dc9c90b2be66fa51a092a6faa58c69eb3d478 Mon Sep 17 00:00:00 2001 From: Johan Bloemberg Date: Wed, 23 Oct 2019 15:23:08 +0200 Subject: [PATCH] Pin 'version' of websecmap using git sha. --- Dockerfile | 2 +- requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d6ee3898..4235169d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7 -ENV PIP_DISABLE_PIP_VERSION_CHECK=1 +ENV PIP_DISABLE_PIP_VERSION_CHECK 1 RUN python3 -m venv /pyenv ENV VIRTUAL_ENV /pyenv diff --git a/requirements.in b/requirements.in index 92db7f72..f8c52dcc 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -git+https://gitlab.com/internet-cleanup-foundation/web-security-map@pip-tools#egg=websecmap +git+https://gitlab.com/internet-cleanup-foundation/web-security-map@acf1e12cc6d896b92fbf3b61d4e41be0a233fce5#egg=websecmap django-otp django-two-factor-auth