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