aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-08-12 21:06:01 +0200
committerDaniel Schadt <kingdread@gmx.de>2025-08-12 21:06:01 +0200
commitf248091c780ff9bbe74c95bf8be4d2851c6d3b1e (patch)
treecc30e064d38c33bc67efdea2c54f2a446b9b7fb4 /pyproject.toml
parent5ee7ae917c04cb43717b1be79146cb379cfa8715 (diff)
downloadfietsboek-f248091c780ff9bbe74c95bf8be4d2851c6d3b1e.tar.gz
fietsboek-f248091c780ff9bbe74c95bf8be4d2851c6d3b1e.tar.bz2
fietsboek-f248091c780ff9bbe74c95bf8be4d2851c6d3b1e.zip
fix typing for hittekaart
Now that it has type hints.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c47d037..d02530b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -51,7 +51,7 @@ repository = "https://gitlab.com/dunj3/fietsboek"
[project.optional-dependencies]
hittekaart = [
- "hittekaart-py @ git+https://gitlab.com/dunj3/hittekaart@6da6f0b5ce4cfb41aaf79699e289be678007e2ad#subdirectory=hittekaart-py",
+ "hittekaart-py @ git+https://gitlab.com/dunj3/hittekaart@e888344ba561bc6a52f96f7a7bc2ad24be287a82#subdirectory=hittekaart-py",
]
[tool.poetry]