diff --git a/dev-requirements.txt b/dev-requirements.txt deleted file mode 100644 index d80f641d..00000000 --- a/dev-requirements.txt +++ /dev/null @@ -1,15 +0,0 @@ -ruff -freezegun~=1.5.0 -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 - -git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 1280ee76..00000000 --- a/requirements.txt +++ /dev/null @@ -1,9 +0,0 @@ -databricks-sql-connector>=3.5.0, <4.0 -git+https://github.com/dbt-labs/dbt-adapters.git@main -git+https://github.com/dbt-labs/dbt-common.git@main -git+https://github.com/dbt-labs/dbt-core.git@main#subdirectory=core -git+https://github.com/dbt-labs/dbt-spark.git@main -databricks-sdk==0.17.0 -keyring>=23.13.0 -protobuf>=5.0.0,<6.0.0 -pydantic>=1.10.0, <2