Skip to content

Commit

Permalink
Fix some overzealous escaping.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Oct 11, 2023
1 parent 32e7044 commit 0a01187
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# install latest changes in dbt-core
# TODO: how to automate switching from develop to version branches?
git+https://github.com/dbt-labs/dbt-core.git@paw%2Fmetadata-freshness#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git@paw/metadata-freshness#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter


# if version 1.x or greater -> pin to major version
# if version 0.x -> pin to minor
black~=23.9
Expand Down

0 comments on commit 0a01187

Please sign in to comment.