forked from databricks/dbt-databricks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-requirements.txt
30 lines (27 loc) · 928 Bytes
/
dev-requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# install latest changes in dbt-core
# TODO: how to automate switching from develop to version branches?
# git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
# git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter
# install latest changes in dbt-spark
# TODO: how to automate switching from develop to version branches?
# git+https://github.com/dbt-labs/dbt-spark.git#egg=dbt-spark
black==22.12.0
flake8
flaky
freezegun==0.3.9
ipdb
mock>=1.3.0
mypy==1.1.1
pytest-csv
pytest-dotenv
pytest-xdist
pytest>=6.0.2
pytz
tox>=3.2.0
types-requests
types-mock
dbt-core==1.7.1
dbt-tests-adapter==1.7.1
# git+https://github.com/dbt-labs/dbt-spark.git@1.5.latest#egg=dbt-spark
# git+https://github.com/dbt-labs/dbt-core.git@1.5.latest#egg=dbt-core&subdirectory=core
# git+https://github.com/dbt-labs/dbt-core.git@1.5.latest#egg=dbt-tests-adapter&subdirectory=tests/adapter