diff --git a/setup.py b/setup.py index b9552ad..00c2396 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def read(*names, **kwargs): python_requires=">=3.8", install_requires=[ "click~=8.1.7", - "dbt-artifacts-parser~=0.9.0", + "dbt-artifacts-parser @ git+https://github.com/mdesmet/dbt-artifacts-parser.git@2c0810ee557feeeaca66a8c46a0b764bb8f3a0bc", "ruamel.yaml~=0.18.6", "tabulate~=0.9.0", "requests>=2.31",