Fix dependencies

This commit is contained in:
Kumi 2022-08-08 10:09:19 +00:00
parent 100435856a
commit bd65c0c37d
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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"
]