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>
This commit is contained in:
2026-02-18 23:00:09 +01:00
committed by GitHub
parent a31cfd4f4e
commit 68e092b06e
14 changed files with 1178 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
[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",
]