first draft
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "bahnhofstafel-puller"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"cachetools>=6.1.0",
|
||||
"datetime>=5.5",
|
||||
"requests>=2.32.5",
|
||||
"xmltodict>=0.14.2",
|
||||
]
|
||||
Reference in New Issue
Block a user