Fix dependencies
This commit is contained in:
parent
100435856a
commit
bd65c0c37d
1 changed files with 4 additions and 6 deletions
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "pyadonis"
|
name = "pyadonis"
|
||||||
version = "0.9.1"
|
version = "0.9.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Kumi Systems e.U.", email="office@kumi.systems" },
|
{ name="Kumi Systems e.U.", email="office@kumi.systems" },
|
||||||
]
|
]
|
||||||
|
@ -17,11 +17,9 @@ classifiers = [
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
|
dependencies = [
|
||||||
|
"pillow"
|
||||||
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
"Homepage" = "https://kumig.it/kumisystems/reportmonster.git"
|
"Homepage" = "https://kumig.it/kumisystems/reportmonster.git"
|
||||||
|
|
||||||
[options]
|
|
||||||
install_requires = [
|
|
||||||
"pillow"
|
|
||||||
]
|
|
Loading…
Reference in a new issue