aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-12-07 21:48:06 +0100
committerDaniel Schadt <kingdread@gmx.de>2025-12-07 21:48:06 +0100
commit5455a0c5216409ad5593c4b4bfd0fbfcd65b1e04 (patch)
tree05f0a2c0bde909ce9a3ad5203f849894bdd2f3b4 /pyproject.toml
parentaec4215e7020a4df1705e7b416a20597a30bee30 (diff)
parent019a3e9b7348a3a05e4e7d5e13d35e2362956d44 (diff)
downloadfietsboek-5455a0c5216409ad5593c4b4bfd0fbfcd65b1e04.tar.gz
fietsboek-5455a0c5216409ad5593c4b4bfd0fbfcd65b1e04.tar.bz2
fietsboek-5455a0c5216409ad5593c4b4bfd0fbfcd65b1e04.zip
Merge branch 'pdf'HEADmaster
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 891b5e3..cb173d9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ authors = [
{ name = "Daniel Schadt", email = "fietsboek@kingdread.de>" },
]
keywords = ["web", "gpx"]
-requires-python = ">=3.11"
+requires-python = ">=3.11, <4"
dependencies = [
"pyramid (>=2, <3)",
"pyramid_jinja2 (>=2.10, <3.0)",
@@ -42,6 +42,8 @@ dependencies = [
"click-option-group (>=0.5.5, <0.6.0)",
"fitparse (>=1.2.0, <2.0.0)",
"pillow (>=12.0.0, <13.0.0)",
+ "typst (>=0.14.1,<0.15.0)",
+ "matplotlib (>=3.10.7,<4.0.0)",
]
[project.urls]