From 460cf81169f9a9d022857923944c6a894a8971b1 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 11 Aug 2025 22:20:23 +0200 Subject: move to hittekaart-py instead of subprocess'ing --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index be56bfa..c47d037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,11 @@ 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@6da6f0b5ce4cfb41aaf79699e289be678007e2ad#subdirectory=hittekaart-py", +] + [tool.poetry] classifiers = [ 'Development Status :: 3 - Alpha', -- cgit v1.2.3 From f248091c780ff9bbe74c95bf8be4d2851c6d3b1e Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 12 Aug 2025 21:06:01 +0200 Subject: fix typing for hittekaart Now that it has type hints. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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] -- cgit v1.2.3 From 2bb2fd7bffda993ad06832301aedacb9512b8ccb Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 15 Oct 2025 21:56:52 +0200 Subject: update hittekaart-py version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index d02530b..d837345 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@e888344ba561bc6a52f96f7a7bc2ad24be287a82#subdirectory=hittekaart-py", + "hittekaart-py @ git+https://gitlab.com/dunj3/hittekaart@013dc01683c42177e132847475c8b57d1a67fc14#subdirectory=hittekaart-py", ] [tool.poetry] -- cgit v1.2.3