Skip to content

Commit

Permalink
add freezegun to dbt-tests-adapter dependencies (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk authored Sep 12, 2024
1 parent 629f22f commit efed8a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt-tests-adapter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies = [
# `dbt-core` takes the packages below as dependencies, so they are unpinned to avoid conflicts
"dbt-adapters",
"pyyaml",
"freezegun",
]
[project.urls]
Homepage = "https://github.com/dbt-labs/dbt-adapters"
Expand Down

0 comments on commit efed8a9

Please sign in to comment.