Skip to content

Commit

Permalink
fix: add requests as deps (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
datnguye authored Mar 30, 2024
1 parent 8afa9b9 commit a144f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dbterd = "dbterd.main:main"
[tool.poetry.dependencies]
python = "^3.9"
click = "^8.1.3"
requests = "^2.31.0"
dbt-artifacts-parser = "^0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit a144f05

Please sign in to comment.