We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5737d64 commit d3efa57Copy full SHA for d3efa57
pyproject.toml
@@ -38,6 +38,7 @@ google = ["google-generativeai>=0.4.0"]
38
ollama = ["ollama>=0.1.0"]
39
confluence = ["atlassian-python-api>=3.40.0"]
40
snowflake = ["snowflake-connector-python>=3.0.0"]
41
+notion = ["notion-client>=2.0.0"]
42
43
test = [
44
"pytest>=7.0.0",
@@ -53,6 +54,7 @@ all = [
53
54
"ollama>=0.1.0",
55
"atlassian-python-api>=3.40.0",
56
"snowflake-connector-python>=3.0.0",
57
+ "notion-client>=2.0.0",
58
59
"pytest-mock>=3.0.0",
60
"dbt-core>=1.7.0",
0 commit comments