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 30e0f0f + 733367e commit 0e9f1d9Copy full SHA for 0e9f1d9
pyproject.toml
@@ -32,8 +32,8 @@ dependencies = [
32
]
33
34
[project.urls]
35
-Homepage = "https://github.com/jmitchel3/timescaledb"
36
-Repository = "https://github.com/jmitchel3/timescaledb"
+Homepage = "https://github.com/jmitchel3/timescaledb-python"
+Repository = "https://github.com/jmitchel3/timescaledb-python"
37
38
[project.entry-points."sqlalchemy.dialects"]
39
"timescaledb" = "timescaledb.dialect:TimescaledbPsycopg2Dialect"
@@ -104,4 +104,4 @@ sqlmodel = "^0.0.22"
104
uvicorn = "^0.34.0"
105
106
[tool.poetry.dev-dependencies]
107
-pytest = "^8.3.4"
+pytest = "^8.3.4"
0 commit comments