diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-04-20 00:22:21 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-04-20 00:22:21 +0200 |
commit | 4ffeb50216b9d2d25659e9d02652c7ccf88833ea (patch) | |
tree | 6fcd29c802fdd4443ece0640329bf0b480d9541f /pyproject.toml | |
parent | 94c598f00b1c2747419d87d3fa3cf7d6dbb0bf49 (diff) | |
download | fietsboek-4ffeb50216b9d2d25659e9d02652c7ccf88833ea.tar.gz fietsboek-4ffeb50216b9d2d25659e9d02652c7ccf88833ea.tar.bz2 fietsboek-4ffeb50216b9d2d25659e9d02652c7ccf88833ea.zip |
add a function to render a track as static imagetrackmap
Not really useful yet, but it's nice that it works.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3338057..6c9fb49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ filelock = "^3.8.2" brotli = "^1.0.9" click-option-group = "^0.5.5" fitparse = "^1.2.0" +pillow = "^11.2.1" [tool.poetry.group.docs] optional = true |