reportmonster/pyproject.toml
2023-07-03 11:24:31 +02:00

31 lines
763 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "reportmonster"
version = "0.9.7"
authors = [
{ name="Kumi Systems e.U.", email="office@kumi.systems" },
]
description = "A package to communicate with multiple Moodle instances"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"mysqlclient",
"paramiko",
"sshtunnel",
"pyadonis @ git+https://kumig.it/kumisystems/pyadonis.git"
]
[project.urls]
"Homepage" = "https://kumig.it/kumisystems/reportmonster.git"
[tool.hatch.metadata]
allow-direct-references = true