38d4a5476e
* Bump python from 3.11-alpine to 3.13-alpine Bumps python from 3.11-alpine to 3.13-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump dependencies * Bump dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: f4lco <github@falcoduersch.com>
22 lines
306 B
TOML
22 lines
306 B
TOML
[packages]
|
|
requests = "*"
|
|
pyopenmensa = "*"
|
|
flask = "*"
|
|
cachetools = "*"
|
|
uwsgi = "*"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
coveralls = "*"
|
|
pytest-cov = "*"
|
|
httpretty = "*"
|
|
pycodestyle = "*"
|
|
pydocstyle = "*"
|
|
pylint = "*"
|
|
sphinx = "*"
|
|
sphinx-autobuild = "*"
|
|
sphinx-rtd-theme = "*"
|
|
|
|
[requires]
|
|
python_version = "3.13"
|