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:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user