Unpin Werkzeug

No longer necessary as upstream pushed new version with fix.
This commit is contained in:
chbmb 2020-02-24 10:30:20 +00:00
parent e5165f54ee
commit 8c0556cd5a
3 changed files with 0 additions and 3 deletions

View File

@ -42,7 +42,6 @@ RUN \
requirements.txt && \
pip3 install --no-cache-dir -U -r \
optional-requirements.txt && \
pip3 install Werkzeug==0.16.1 && \
echo "**** cleanup ****" && \
apt-get -y purge \
git \

View File

@ -49,7 +49,6 @@ RUN \
requirements.txt && \
pip3 install --no-cache-dir -U -r \
optional-requirements.txt && \
pip3 install Werkzeug==0.16.1 && \
echo "**** cleanup ****" && \
apt-get -y purge \
g++ \

View File

@ -49,7 +49,6 @@ RUN \
requirements.txt && \
pip3 install --no-cache-dir -U -r \
optional-requirements.txt && \
pip3 install Werkzeug==0.16.1 && \
echo "**** cleanup ****" && \
apt-get -y purge \
g++ \