diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-08-11 22:20:23 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-08-11 22:20:23 +0200 |
commit | 460cf81169f9a9d022857923944c6a894a8971b1 (patch) | |
tree | 00076aa300065b527e98f459b58ebdaf4bddd8c4 /pyproject.toml | |
parent | d4c5d59fe705c89954f6af5a90c0219965464355 (diff) | |
download | fietsboek-460cf81169f9a9d022857923944c6a894a8971b1.tar.gz fietsboek-460cf81169f9a9d022857923944c6a894a8971b1.tar.bz2 fietsboek-460cf81169f9a9d022857923944c6a894a8971b1.zip |
move to hittekaart-py instead of subprocess'ing
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
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', |