68e092b06e
* updated dependencies, fixed "geschlossen" parsing * httpretty.core warning patch --------- Co-authored-by: Hadrian Burkhardt <hadrian.burkhardt@gmx.de>
29 lines
472 B
TOML
29 lines
472 B
TOML
[project]
|
|
name = "om-parser-stw-potsdam-v2"
|
|
version = "2.0.1"
|
|
description = "OpenMensa parser components for Studentenwerk Potsdam."
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
|
|
dependencies = [
|
|
"requests",
|
|
"pyopenmensa",
|
|
"flask",
|
|
"cachetools",
|
|
"uwsgi",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
dev = [
|
|
"pytest",
|
|
"coveralls",
|
|
"pytest-cov",
|
|
"httpretty",
|
|
"pycodestyle",
|
|
"pydocstyle",
|
|
"pylint",
|
|
"sphinx",
|
|
"sphinx-autobuild",
|
|
"sphinx-rtd-theme",
|
|
]
|