Version bump, pyadonis dependency
This commit is contained in:
parent
57b8cf300d
commit
6dbe6f9fa9
1 changed files with 3 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue