Skip to content

Commit e66d30c

Browse files
committed
change requires to >= 0.18.0
1 parent f1ab9e5 commit e66d30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
]
2323
},
2424
install_requires=[
25-
"dbt-core>=0.18.1",
25+
"dbt-core>=0.18.0",
2626
]
2727
)

0 commit comments

Comments
 (0)