From 4ffeb50216b9d2d25659e9d02652c7ccf88833ea Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sun, 20 Apr 2025 00:22:21 +0200 Subject: add a function to render a track as static image Not really useful yet, but it's nice that it works. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') 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 -- cgit v1.2.3