forked from dbt-labs/dbt_metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-requirements.txt
More file actions
24 lines (21 loc) · 767 Bytes
/
dev-requirements.txt
File metadata and controls
24 lines (21 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pytest
pytest-dotenv
# Bleeding edge
# git+https://github.com/dbt-labs/dbt-core.git@main#egg=dbt-tests-adapter&subdirectory=tests/adapter
# git+https://github.com/dbt-labs/dbt-core.git@main#egg=dbt-core&subdirectory=core
# git+https://github.com/dbt-labs/dbt-core.git@main#egg=dbt-postgres&subdirectory=plugins/postgres
# git+https://github.com/dbt-labs/dbt-redshift.git
# git+https://github.com/dbt-labs/dbt-snowflake.git
# git+https://github.com/dbt-labs/dbt-bigquery.git
# Most recent release candidates
dbt-tests-adapter==1.3.0rc2
dbt-core==1.3.0rc2
dbt-redshift==1.3.0rc2
dbt-snowflake==1.3.0rc2
dbt-bigquery==1.3.0rc2
# Most recent stable release
# dbt-tests-adapter==1.3.0
# dbt-core==1.3.0
# dbt-redshift==1.3.0
# dbt-snowflake==1.3.0
# dbt-bigquery==1.3.0