diff --git a/pyproject.toml b/pyproject.toml index 77b03ca..5a85f97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" -] \ No newline at end of file +] + +[project.urls] +"Homepage" = "https://kumig.it/kumisystems/reportmonster.git"