From 67cfcdf0db47f4554888b01172f04ee3272bf456 Mon Sep 17 00:00:00 2001 From: Josh Wills Date: Thu, 26 Sep 2024 15:42:31 -0700 Subject: [PATCH] Put the dev-requirements back the way they were --- dev-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9c99bc03..9d6e9f40 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,8 @@ # install latest changes in dbt-core + dbt-tests-adapter -git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core -git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter +#git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core +#git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter -#dbt-tests-adapter==1.9.2 +dbt-tests-adapter==1.9.2 boto3 mypy-boto3-glue