Docker: Freeze version of mypy

This commit is contained in:
Ole Schütt 2021-06-14 15:40:03 +02:00 committed by Ole Schütt
parent 997816f18c
commit dbd2db90d7

View file

@ -16,6 +16,11 @@ apt-get install -qq --no-install-recommends \
rm -rf /var/lib/apt/lists/*
# install python packages
pip3 install --quiet numpy matplotlib requests mypy
pip3 install --quiet \
numpy \
matplotlib \
requests \
types-requests \
mypy==0.902
#EOF