Skip to content

Commit

Permalink
added requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
timnahw committed Feb 29, 2024
1 parent a6ff627 commit 4e50607
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM python:3.12-slim
RUN apt-get update && \
apt-get install -y git && \
pip install --upgrade pip && \
pip install wrds
pip install -r requirements.txt

COPY src .

1 change: 1 addition & 0 deletions .github/workflows/push-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
paths:
- .devcontainer/Dockerfile
- .github/workflows/push-container.yml
- requirements.txt
# to be able to trigger a manual build
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wrds==3.2.0

0 comments on commit 4e50607

Please sign in to comment.