mirror of
https://github.com/dbt-labs/dbt-snowflake
synced 2025-12-17 19:31:31 +00:00
24 lines
499 B
Plaintext
24 lines
499 B
Plaintext
# install latest changes in dbt-core
|
|
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
|
|
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
|
|
|
|
# dev
|
|
ipdb~=0.13.13
|
|
pre-commit~=3.7.0
|
|
|
|
# test
|
|
ddtrace==2.3.0
|
|
pytest~=7.4
|
|
pytest-csv~=3.0
|
|
pytest-dotenv~=0.5.2
|
|
pytest-logbook~=1.2
|
|
pytest-xdist~=3.6
|
|
tox~=4.16
|
|
|
|
# build
|
|
bumpversion~=0.6.0
|
|
twine~=5.1
|
|
wheel~=0.43
|