From 4bb7566795adc7ff85885a0b6eb3057751dfc1a7 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Mon, 26 Aug 2024 14:41:20 -0400 Subject: [PATCH] Make dev-requirements.txt look like other repos and work with update_dev_dependency_branches.sh --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d8033ac55..34169172a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ git+https://github.com/dbt-labs/dbt-adapters.git git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter git+https://github.com/dbt-labs/dbt-common.git -git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core +git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core # dev ddtrace==2.3.0