Closed MattiasMTS closed 9 months ago
Update the dev-requirements.txt file with latest dependencies of from dbt-labs. Consider if we want to use migrate away from setup.py to pyproject.toml with e.g. hatch or poetry.
dev-requirements.txt
setup.py
pyproject.toml
I think migrating from setup.py to pyproject.toml is feasible.
Update the
dev-requirements.txt
file with latest dependencies of from dbt-labs. Consider if we want to use migrate away fromsetup.py
topyproject.toml
with e.g. hatch or poetry.