Fix dependencies

This commit is contained in:
Kumi 2022-08-08 10:08:44 +00:00
parent 74927c9d02
commit 011d35aa22
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "reportmonster"
version = "0.9.2"
version = "0.9.3"
authors = [
{ name="Kumi Systems e.U.", email="office@kumi.systems" },
]
@ -17,13 +17,11 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://kumig.it/kumisystems/reportmonster.git"
[options]
install_requires = [
dependencies = [
"mysqlclient",
"paramiko",
"sshtunnel"
]
]
[project.urls]
"Homepage" = "https://kumig.it/kumisystems/reportmonster.git"