Skip to content

Commit

Permalink
Fix requirements_simple.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreffle committed Feb 18, 2024
1 parent 27b1843 commit 24edd24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements_simple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ streamlit
pyprojroot
boto3
scipy
python-dotenv
PyYAML
pyarrow
flake8
pytest
2 changes: 1 addition & 1 deletion src/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import glob

import boto3
from dotenv import load_dotenv # python-dotenv
from dotenv import load_dotenv
import pandas as pd
import pyprojroot
import yaml
Expand Down

0 comments on commit 24edd24

Please sign in to comment.