Files
OpenMensa-Parser-STW-Potsdam/pyproject.toml
T
fishfacegit 68e092b06e Handle closed-time typos from SWP API and update local dev setup (#32)
* updated dependencies, fixed "geschlossen" parsing

* httpretty.core warning patch

---------

Co-authored-by: Hadrian Burkhardt <hadrian.burkhardt@gmx.de>
2026-02-18 23:00:09 +01:00

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",
]