Skip to content
Snippets Groups Projects
pyproject.toml 1.56 KiB
Newer Older
[tool.poetry]
name = "AlekSIS-App-Paweljong"
Tom Teichler's avatar
Tom Teichler committed
version = "3.0.dev3"
magicfelix's avatar
magicfelix committed
packages = [
    { include = "aleksis" }
]
readme = "README.rst"
include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/*.mo"]

description = "AlekSIS (School Information System) — App Paweljong (Camp/Event management)"
magicfelix's avatar
magicfelix committed
authors = ["Tom Teichler <tom.teichler@teckids.org>", "Dominik George <dominik.george@teckids.org>"]
license = "EUPL-1.2-or-later"
homepage = "https://hacknfun.camp"
repository = "https://edugit.org/Teckids/hacknfun/AlekSIS-App-Paweljong"
classifiers = [
magicfelix's avatar
magicfelix committed
    "Environment :: Web Environment",
    "Intended Audience :: Education",
    "Topic :: Education"
]

[[tool.poetry.source]]
name = "gitlab"
url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
magicfelix's avatar
magicfelix committed
secondary = true

[tool.poetry.dependencies]
python = "^3.9"
aleksis-core = "^4.0.0.dev0"
django-localflavor = "^3.0"
django-formtools = "2.2"
django-starfield = "^1.0"
aleksis-app-postbuero = { version = "^3.0.dev0", allow-prereleases = true }
aleksis-app-tezor = { version = "^2.0.dev0", allow-prereleases = true }
aleksis-app-kort = { version = "^0.5.dev0" , allow-prereleases = true }
magicfelix's avatar
magicfelix committed
[tool.poetry.dev-dependencies]
aleksis-builddeps = "*"

[tool.poetry.plugins."aleksis.app"]
paweljong = "aleksis.apps.paweljong.apps:DefaultConfig"

[tool.black]
line-length = 100
exclude = "/migrations/"

magicfelix's avatar
magicfelix committed
[tool.curlylint.rules]
aria_role = true
django_forms_rendering = true
image_alt = true
indent = 2
meta_viewport = true
no_autofocus = true
tabindex_no_positive = true

[build-system]
magicfelix's avatar
magicfelix committed
requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"