-
Jonathan Weth authoredJonathan Weth authored
pyproject.toml 959 B
[tool.poetry]
name = "AlekSIS-App-Untis"
version = "1.0a4.dev0"
packages = [
{ include = "aleksis" }
]
readme = "README.rst"
description = "AlekSIS (School Information System) — App for Untis import"
authors = ["Dominik George <dominik.george@teckids.org>", "Julian Leucker <leuckeju@katharineum.de>", "Frank Poetzsch-Heffter <p-h@katharineum.de>", "Jonathan Weth <wethjo@katharineum.de>"]
license = "EUPL-1.2"
homepage = "https://aleksis.edugit.io/"
repository = "https://edugit.org/AlekSIS/AlekSIS-App-Untis"
documentation = "https://aleksis.edugit.io/AlekSIS/docs/html/"
classifiers = [
"Environment :: Web Environment",
"Intended Audience :: Education",
"Topic :: Education"
]
[tool.poetry.dependencies]
python = "^3.7"
AlekSIS = { path = "../../.." }
AlekSIS-App-Chronos = { path = "../AlekSIS-App-Chronos" }
mysqlclient = "^1.4.6"
tqdm = "^4.44.1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"