Fix dependencies
This commit is contained in:
parent
74927c9d02
commit
011d35aa22
1 changed files with 6 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue