Skip to content

Commit

Permalink
use requirements.txt for python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmcc committed Mar 18, 2024
1 parent e07ce1c commit 282f1fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Once you have cloned this repo, install the necessary dependencies:

```bash
npm i
pip install --editable .
python3 -m pip install --force-reinstall -r requirements.txt
```

### Set environment variables
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dbt-postgres
boto3
pandas

0 comments on commit 282f1fe

Please sign in to comment.