Install codespell==1.13.0 in Docker

This commit is contained in:
UdjinM6 2021-07-19 13:06:50 +03:00 committed by Pasta
parent fd4be2e038
commit 6bdd8451e0
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -16,6 +16,7 @@ RUN apt-get update && apt-get install $APT_ARGS python3-pip python3-setuptools &
RUN pip3 install pyzmq # really needed?
RUN pip3 install jinja2
RUN pip3 install flake8==3.5.0
RUN pip3 install codespell==1.13.0
# dash_hash
RUN git clone https://github.com/dashpay/dash_hash