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