diff --git a/pyproject.toml b/pyproject.toml index 5a85f97..0e791f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "reportmonster" -version = "0.9.3" +version = "0.9.4" authors = [ { name="Kumi Systems e.U.", email="office@kumi.systems" }, ] @@ -20,7 +20,8 @@ classifiers = [ dependencies = [ "mysqlclient", "paramiko", - "sshtunnel" + "sshtunnel", + "pyadonis @ git+https://kumig.it/kumisystems/pyadonis.git" ] [project.urls]