Commit f74ab9c4 authored by Dr.李's avatar Dr.李

DOC: update dependency on finance-python

parent 058c9bfd
......@@ -16,7 +16,7 @@ WORKDIR /
COPY ./requirements.txt /requirements.txt
RUN pip install numpy==1.19.1 -i https://pypi.douban.com/simple
RUN pip install -r /requirements.txt -i https://pypi.douban.com/simple
RUN pip install finance-python==0.8.1 -i https://pypi.douban.com/simple
RUN pip install finance-python>=0.8.1 -i https://pypi.douban.com/simple
COPY ./setup.py /setup.py
COPY ./setup.cfg /setup.cfg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment