Skip to content

Commit 861a571

Browse files
committed
change requirements
1 parent 8a0ece7 commit 861a571

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ def read(*names, **kwargs):
6262
],
6363
python_requires=">=3.8",
6464
install_requires=[
65-
"click==8.1.7",
66-
"dbt-artifacts-parser==0.8.1",
67-
"ruamel.yaml==0.18.6",
68-
"tabulate==0.9.0",
69-
"requests==2.31.0",
70-
"sqlglot==25.30.0",
65+
"click~=8.1.7",
66+
"dbt-artifacts-parser~=0.8.1",
67+
"ruamel.yaml~=0.18.6",
68+
"tabulate~=0.9.0",
69+
"requests~=2.31.0",
70+
"sqlglot~=25.30.0",
7171
],
7272
extras_require={
7373
# eg:

0 commit comments

Comments
 (0)