File tree 5 files changed +32
-49
lines changed
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
6
6
# specify a working directory inside the container
7
7
WORKDIR /usr/src/app
8
8
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
-
13
9
# copy over all source files
14
10
COPY repos repos
15
11
RUN chmod -R o+r repos/
@@ -18,4 +14,5 @@ RUN chmod -R o+r repos/
18
14
COPY repos/delphi/delphi-epidata/dev/docker/python/setup.sh .
19
15
RUN bash setup.sh
20
16
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
8
8
# use delphi's timezome
9
9
RUN ln -s -f /usr/share/zoneinfo/America/New_York /etc/localtime
10
10
11
- COPY requirements.txt /app/requirements_also.txt
11
+ COPY requirements.api. txt /app/requirements_also.txt
12
12
RUN pip install --no-cache-dir -r /tmp/requirements.txt -r requirements_also.txt
13
13
# the file /tmp/requirements.txt is created in the parent docker definition. (see:
14
14
# 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
1
3
itsdangerous<2.1
2
4
jinja2==3.0.3
3
- werkzeug == 2.2.2
4
- Flask == 2.2.2
5
- SQLAlchemy == 1.4.40
6
5
mysqlclient==2.1.1
7
- python-dotenv == 0.15.0
6
+ newrelic
8
7
orjson==3.4.7
9
8
pandas==1.2.3
9
+ python-dotenv==0.15.0
10
10
scipy==1.6.2
11
+ SQLAlchemy==1.4.40
12
+ structlog==22.1.0
11
13
tenacity==7.0.0
12
- newrelic
13
- epiweeks == 2.1.2
14
14
typing-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
2
2
black>=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
4
12
mypy>=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.3.0
6
24
tenacity==7.0.0
7
- bump2version
8
- requests
25
+ xlrd==2.0.1
You can’t perform that action at this time.
0 commit comments