Remove ipython from requirements since it would break test for python 2

This commit is contained in:
Jose Angel Sanchez Castillejos 2019-05-28 23:23:10 -05:00 committed by Ben Letham
parent 7b34ea13f2
commit ebb304680d
2 changed files with 1 additions and 1 deletions

View file

@ -6,6 +6,7 @@ RUN pip install pip==19.1.1
COPY python/requirements.txt .
RUN pip install -r requirements.txt
RUN pip install ipython==7.5.0
COPY . .

View file

@ -7,4 +7,3 @@ lunardate>=0.1.5
convertdate>=2.1.2
holidays>=0.9.5
setuptools-git>=1.2
ipython==7.5.0