From bd65c0c37dc661f4e95fc48ed1a48fef590bb270 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 8 Aug 2022 10:09:19 +0000 Subject: [PATCH] Fix dependencies --- pyproject.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e51d3f..2bc9da0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pyadonis" -version = "0.9.1" +version = "0.9.2" authors = [ { name="Kumi Systems e.U.", email="office@kumi.systems" }, ] @@ -17,11 +17,9 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] +dependencies = [ + "pillow" +] [project.urls] "Homepage" = "https://kumig.it/kumisystems/reportmonster.git" - -[options] -install_requires = [ - "pillow" -] \ No newline at end of file