Files
alpinebits_python/pyproject.toml

10 lines
191 B
TOML

[project]
name = "alpine-bits-python-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"lxml>=6.0.1",
]