mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 09:05:30 +00:00
10 lines
176 B
TOML
10 lines
176 B
TOML
[project]
|
|
name = "beitragids"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"lxml>=6.0.2",
|
|
]
|