Forked from
AlekSIS® / Official / AlekSIS-App-LDAP
90 commits behind the upstream repository.
-
Jonathan Weth authoredJonathan Weth authored
pyproject.toml 1.72 KiB
[tool.poetry]
name = "AlekSIS-App-LDAP"
version = "2.1"
packages = [
{ include = "aleksis" }
]
readme = "README.rst"
include = [
{ path = "aleksis/**/*.mo", format = ["sdist", "wheel"] },
{ path = "*.rst", format = "sdist" },
{ path = "docs/*", format = "sdist" },
{ path = "docs/**/*", format = "sdist" },
{ path = "conftest.py", format = "sdist" },
{ path = "tox.ini", format = "sdist" }
]
description = "AlekSIS (School Information System) — App LDAP (General LDAP import/export)"
authors = ["Tom Teichler <tom.teichler@teckids.org>", "Dominik George <dominik.george@teckids.org>"]
maintainers = ["Jonathan Weth <wethjo@katharineum.de>", "Dominik George <dominik.george@teckids.org>"]
license = "EUPL-1.2-or-later"
homepage = "https://aleksis.org/"
repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-LDAP"
documentation = "https://aleksis.org/AlekSIS/docs/html/"
keywords = ["SIS", "education", "school", "ldap", "users"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django :: 3.0",
"Intended Audience :: Education",
"Topic :: Education",
"Typing :: Typed",
]
[[tool.poetry.source]]
name = "gitlab"
url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
secondary = true
[tool.poetry.dependencies]
python = "^3.9"
django-ldapdb = "^1.4.0"
tqdm = "^4.44.1"
aleksis-core = {version = "^2.0", extras = ["ldap"]}
python-magic = "^0.4.22"
[tool.poetry.dev-dependencies]
aleksis-builddeps = "^6"
[tool.poetry.plugins."aleksis.app"]
ldap = "aleksis.apps.ldap.apps:LDAPConfig"
[build-system]
requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"
[tool.black]
line-length = 100
exclude = "/migrations/"