Skip to content

Commit be73fdf

Browse files
authored
Update dev-requirements.txt to use the dbt-adapters monorepo (#991)
* Update dev-requirements.txt for to resolve #990 * Update dev-requirements.txt to reflect `dbt-adapters` monorepo
1 parent 5c9dc0d commit be73fdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ pytest
22
pytest-dotenv
33
dbt-core@git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core
44
dbt-tests-adapter@git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter
5-
dbt-postgres@git+https://github.com/dbt-labs/dbt-postgres.git
6-
dbt-redshift@git+https://github.com/dbt-labs/dbt-redshift.git
7-
dbt-snowflake@git+https://github.com/dbt-labs/dbt-snowflake.git
8-
dbt-bigquery@git+https://github.com/dbt-labs/dbt-bigquery.git
5+
dbt-postgres@git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-postgres
6+
dbt-redshift@git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-redshift
7+
dbt-snowflake@git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-snowflake
8+
dbt-bigquery@git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-bigquery
99
pytest-xdist
1010
tox>=3.13

0 commit comments

Comments
 (0)