We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8090d2f + afd4213 commit f18e17fCopy full SHA for f18e17f
connectorx-python/pyproject.toml
@@ -27,6 +27,12 @@ license = { text = "MIT" }
27
requires-python = ">=3.10"
28
dynamic = ["version"]
29
30
+[project.urls]
31
+Homepage = "https://github.com/sfu-db/connector-x"
32
+Repository = "https://github.com/sfu-db/connector-x"
33
+Issues = "https://github.com/sfu-db/connector-x/issues"
34
+Documentation = "https://sfu-db.github.io/connector-x/intro.html"
35
+
36
[tool.poetry.dependencies]
37
dask = {version = "^2021", optional = true, extras = ["dataframe"]}
38
modin = {version = ">=0.10", optional = true}
0 commit comments