Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed Jun 20, 2024
2 parents 1beb875 + 2b50a42 commit e3afb74
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 47 deletions.
1 change: 1 addition & 0 deletions data_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV APP_HOME /app
WORKDIR $APP_HOME
COPY ./data_server ./data_server
COPY ./python/data_server ./python/data_server
COPY ./shared_requirements ./shared_requirements

# Install production dependencies.
RUN python -m pip install --upgrade pip
Expand Down
9 changes: 1 addition & 8 deletions data_server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=data_server/requirements.txt data_server/requirements.in
#
-r ../shared_requirements/requirements.txt
blinker==1.8.2
# via flask
cachetools==5.3.3
Expand Down Expand Up @@ -80,7 +75,5 @@ requests==2.32.0
# google-cloud-storage
rsa==4.7
# via google-auth
urllib3==1.26.19
# via requests
werkzeug==3.0.3
# via flask
1 change: 1 addition & 0 deletions exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV PYTHONUNBUFFERED True
ENV APP_HOME /app
WORKDIR $APP_HOME
COPY ./exporter ./exporter
COPY ./shared_requirements ./shared_requirements

# Install production dependencies.
RUN python -m pip install --upgrade pip
Expand Down
9 changes: 1 addition & 8 deletions exporter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --output-file=exporter/requirements.txt exporter/requirements.in
#
-r ../shared_requirements/requirements.txt
blinker==1.8.2
# via flask
cachetools==5.2.0
Expand Down Expand Up @@ -135,8 +130,6 @@ six==1.16.0
# via python-dateutil
tzdata==2024.1
# via pandas
urllib3==1.26.19
# via requests
werkzeug==3.0.3
# via flask
zipp==3.8.1
Expand Down
9 changes: 1 addition & 8 deletions python/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=python/tests/requirements.txt python/tests/requirements.in
#
-r ../../shared_requirements/requirements.txt
astroid==3.2.2
# via pylint
cachetools==4.2.4
Expand Down Expand Up @@ -136,8 +131,6 @@ typing-inspect==0.6.0
# via libcst
tzdata==2024.1
# via pandas
urllib3==2.2.2
# via requests
xlrd==2.0.1
# via -r ../ingestion/requirements.in

Expand Down
9 changes: 1 addition & 8 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=requirements/tests.txt requirements/tests.in
#
-r ../shared_requirements/requirements.txt
astroid==3.2.2
# via pylint
blinker==1.8.2
Expand Down Expand Up @@ -173,8 +168,6 @@ typing-inspect==0.6.0
# via libcst
tzdata==2024.1
# via pandas
urllib3==1.26.19
# via requests
werkzeug==3.0.3
# via flask
xlrd==2.0.1
Expand Down
1 change: 1 addition & 0 deletions run_gcs_to_bq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ WORKDIR $APP_HOME
COPY ./run_gcs_to_bq ./run_gcs_to_bq
COPY ./python ./python
COPY ./data ./data
COPY ./shared_requirements ./shared_requirements

# Install production dependencies.
RUN python -m pip install --upgrade pip
Expand Down
8 changes: 1 addition & 7 deletions run_gcs_to_bq/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements.in
#
-r ../shared_requirements/requirements.txt
cachetools==4.1.1 # via google-auth
certifi==2020.6.20 # via requests
cffi==1.15.1 # via google-crc32c
Expand Down Expand Up @@ -45,7 +40,6 @@ rsa==4.6 # via google-auth
six==1.15.0 # via google-api-core, google-auth, google-cloud-bigquery, google-resumable-media, grpcio, protobuf, python-dateutil
typing-extensions==4 # via libcst, typing-inspect
typing-inspect==0.6.0 # via libcst
urllib3==1.25.10 # via requests
werkzeug==1.0.1 # via flask
xlrd==1.2.0 # via -r ../python/ingestion/requirements.in

Expand Down
1 change: 1 addition & 0 deletions run_ingestion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV APP_HOME /app
WORKDIR $APP_HOME
COPY ./run_ingestion ./run_ingestion
COPY ./python ./python
COPY ./shared_requirements ./shared_requirements

# Install production dependencies.
RUN python -m pip install --upgrade pip
Expand Down
9 changes: 1 addition & 8 deletions run_ingestion/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements.in
#
-r ../shared_requirements/requirements.txt
astroid==3.2.2
# via pylint
cachetools==4.1.1
Expand Down Expand Up @@ -143,8 +138,6 @@ typing-inspect==0.6.0
# via libcst
tzdata==2024.1
# via pandas
urllib3==1.25.10
# via requests
werkzeug==1.0.1
# via flask
xlrd==2.0.1
Expand Down
1 change: 1 addition & 0 deletions shared_requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
urllib3

0 comments on commit e3afb74

Please sign in to comment.