aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 2 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 748a6ac..e5b0eaf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,6 +44,8 @@ dependencies = [
"pillow (>=12.0.0, <13.0.0)",
"typst (>=0.14.1,<0.15.0)",
"matplotlib (>=3.10.7,<4.0.0)",
+
+ "hittekaart-py @ git+https://gitlab.com/dunj3/hittekaart@013dc01683c42177e132847475c8b57d1a67fc14#subdirectory=hittekaart-py",
]
[project.urls]
@@ -51,11 +53,6 @@ documentation = "https://docs.fietsboek.org/"
homepage = "https://fietsboek.org/"
repository = "https://gitlab.com/dunj3/fietsboek"
-[project.optional-dependencies]
-hittekaart = [
- "hittekaart-py @ git+https://gitlab.com/dunj3/hittekaart@013dc01683c42177e132847475c8b57d1a67fc14#subdirectory=hittekaart-py",
-]
-
[tool.poetry]
classifiers = [
'Development Status :: 3 - Alpha',