[tool.poetry] name = "AlekSIS-App-Untis" version = "2.0a3.dev0" packages = [ { include = "aleksis" } ] readme = "README.rst" include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/locale/*.mo"] 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>", "Tom Teichler <tom.teichler@teckids.org>", "mirabilos <thorsten.glaser@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-Untis" documentation = "https://aleksis.org/AlekSIS/docs/html/" keywords = ["SIS", "education", "school", "timetable", "plans"] classifiers = [ "Development Status :: 3 - Alpha", "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.7" mysqlclient = "^2.0.0" tqdm = "^4.44.1" defusedxml = "^0.6.0" aleksis-core = {version = "^2.0a3.dev0", allow-prereleases = true} aleksis-app-chronos = "^2.0a3.dev0" [tool.poetry.dev-dependencies] sphinx = "^3.0" sphinxcontrib-django = "^0.5.0" sphinx-autodoc-typehints = "^1.7" django-stubs = "^1.1" pytest = "^6.0" pytest-django = "^3.7" pytest-django-testing-postgresql = "^0.1" selenium = "^3.141.0" safety = "^1.8.5" flake8 = "^3.7.9" flake8-django = "^1.0.0" flake8-fixme = "^1.1.1" flake8-mypy = "^17.8.0" flake8-bandit = "^2.1.2" flake8-builtins = "^1.4.1" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.0.13" black = "^19.10b0" flake8-black = "^0.2.0" isort = "^5.0.0" flake8-isort = "^4.0.0" pytest-cov = "^2.8.1" pytest-sugar = "^0.9.2" [tool.poetry.plugins."aleksis.app"] untis = "aleksis.apps.untis.apps:UntisConfig" [tool.black] line-length = 100 exclude = "/migrations/" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"