File tree Expand file tree Collapse file tree 5 files changed +32
-49
lines changed Expand file tree Collapse file tree 5 files changed +32
-49
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ RUN ln -s -f /usr/share/zoneinfo/America/New_York /etc/localtime
66# specify a working directory inside the container
77WORKDIR /usr/src/app
88
9- # install python packages
10- COPY repos/delphi/delphi-epidata/dev/docker/python/requirements.txt .
11- RUN pip install --no-cache-dir -r requirements.txt
12-
139# copy over all source files
1410COPY repos repos
1511RUN chmod -R o+r repos/
@@ -18,4 +14,5 @@ RUN chmod -R o+r repos/
1814COPY repos/delphi/delphi-epidata/dev/docker/python/setup.sh .
1915RUN bash setup.sh
2016
21- RUN pip install --no-cache-dir -r repos/delphi/delphi-epidata/requirements.txt -r repos/delphi/delphi-epidata/requirements.dev.txt
17+ # install python packages
18+ RUN pip install --no-cache-dir -r repos/delphi/delphi-epidata/requirements.api.txt -r repos/delphi/delphi-epidata/requirements.dev.txt
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.source=https://github.com/cmu-delphi/delphi-epida
88# use delphi's timezome
99RUN ln -s -f /usr/share/zoneinfo/America/New_York /etc/localtime
1010
11- COPY requirements.txt /app/requirements_also.txt
11+ COPY requirements.api. txt /app/requirements_also.txt
1212RUN pip install --no-cache-dir -r /tmp/requirements.txt -r requirements_also.txt
1313# the file /tmp/requirements.txt is created in the parent docker definition. (see:
1414# https://github.com/tiangolo/meinheld-gunicorn-docker/blob/master/docker-images/python3.8.dockerfile#L5 )
Original file line number Diff line number Diff line change 1+ epiweeks==2.1.2
2+ Flask==2.2.2
13itsdangerous<2.1
24jinja2==3.0.3
3- werkzeug == 2.2.2
4- Flask == 2.2.2
5- SQLAlchemy == 1.4.40
65mysqlclient==2.1.1
7- python-dotenv == 0.15.0
6+ newrelic
87orjson==3.4.7
98pandas==1.2.3
9+ python-dotenv==0.15.0
1010scipy==1.6.2
11+ SQLAlchemy==1.4.40
12+ structlog==22.1.0
1113tenacity==7.0.0
12- newrelic
13- epiweeks == 2.1.2
1414typing-extensions
15- structlog == 22.1.0
15+ werkzeug==2.2.2
Original file line number Diff line number Diff line change 1- invoke>=1.4.1
1+ aiohttp==3.8.3
22black>=20.8b1
3- sqlalchemy-stubs>=0.3
3+ bump2version==1.0.1
4+ covidcast==0.1.5
5+ delphi_utils==0.3.6
6+ docker==6.0.1
7+ dropbox==11.36.0
8+ freezegun==1.2.2
9+ invoke>=1.4.1
10+ lxml==4.9.1
11+ matplotlib==3.6.2
412mypy>=0.790
5- pytest
13+ mysql-connector==2.2.9
14+ numpy==1.22.4
15+ pycountry==22.3.5
16+ pymysql==1.0.2
17+ pytest==7.2.0
18+ pytest-check==1.3.0
19+ requests==2.28.1
20+ sas7bdat==2.2.3
21+ selenium==4.7.2
22+ sqlalchemy-stubs>=0.3
23+ structlog==22.1.0
624tenacity==7.0.0
7- bump2version
8- requests
25+ xlrd==2.0.1
You can’t perform that action at this time.
0 commit comments