From 0e7eed4d3cbf5ea2ef88b9314413cd20d009d263 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Wed, 11 Sep 2024 19:01:17 +0200 Subject: [PATCH] Update generated pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30255911..99715fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,9 @@ comics = [ "natsort>=2.2.0,<8.5.0", "comicapi>=2.2.0,<3.3.0", ] -kobo = ["jsonschema>=3.2.0,<4.24.0"] +kobo = [ + "jsonschema>=3.2.0,<4.24.0", +] [project.scripts] cps = "calibreweb:main"