Skip to content

Commit

Permalink
Update dbt requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
austinweisgrau committed Jul 17, 2024
1 parent 48f727a commit 33bba79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ braintree==4.17.1
bs4==0.0.1
censusgeocode==0.4.3.post1
civis==1.16.1
dbt_redshift==1.4.0
dbt_core>=1.5.0
docutils<0.18,>=0.14
facebook-business==13.0.0
google-api-python-client==1.7.7
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ def main():
"braintree": ["braintree"],
"catalist": ["paramiko"],
"civis": ["civis"],
"dbt-redshift": ["dbt-redshift"],
"dbt-bigquery": ["dbt-bigquery"],
"dbt-postgres": ["dbt-postgres"],
"dbt-snowflake": ["dbt-snowflake"],
"dbt-redshift": ["dbt-redshift>=1.5.0"],
"dbt-bigquery": ["dbt-bigquery>=1.5.0"],
"dbt-postgres": ["dbt-postgres>=1.5.0"],
"dbt-snowflake": ["dbt-snowflake>=1.5.0"],
"facebook": ["joblib", "facebook-business"],
"geocode": ["censusgeocode", "urllib3==1.26.19"],
"github": ["PyGitHub"],
Expand Down

0 comments on commit 33bba79

Please sign in to comment.