We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef05e0e commit cf74371Copy full SHA for cf74371
1 file changed
setup.py
@@ -34,7 +34,7 @@
34
"docker": ["docker>=5.0"],
35
"datahub": ["acryl-datahub>=0.8.17, <0.8.18"],
36
"git": ["GitPython==3.1.26"],
37
- "lint": ["sqlfluff==0.12.0", "sqlfluff-templater-dbt==0.12.0"],
+ "lint": ["sqlfluff>=0.12.0,<1.0", "sqlfluff-templater-dbt>=0.12.0,<1.0"],
38
"tests": [
39
"pytest>=6.2.2, <7.0.0",
40
"pytest-cov>=2.8.0, <3.0.0",
0 commit comments