Install autopep8

This commit is contained in:
Matthias 2020-09-20 12:41:17 +00:00
parent 4355f36cd6
commit 096079a595
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ COPY requirements-dev.txt /freqtrade/
RUN apt-get update \
&& apt-get -y install git sudo vim \
&& apt-get clean \
&& pip install numpy --no-cache-dir \
&& pip install autopep8--no-cache-dir \
# Install ALL dependencies
&& pip install -r requirements-dev.txt --no-cache-dir \
# Install documentation dependencies (to enable mkdocs)