univesper/pyproject.toml

10 lines
200 B
TOML

[project]
name = "univesper"
version = "0.1.0"
description = "App to verify if the Univesp pages changed"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"requests", "schedule"
]