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