Removing future from travis and dockerfile

This commit is contained in:
misagh
2018-10-01 17:09:08 +02:00
parent cff83d3e6f
commit 2a9ca9a3dc
2 changed files with 0 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ WORKDIR /freqtrade
# Install dependencies
COPY requirements.txt /freqtrade/
RUN pip install numpy --no-cache-dir \
&& pip install future \
&& pip install -r requirements.txt --no-cache-dir
# Install and execute