Files
alpinebits_python/pyproject.toml

11 lines
217 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 = [
"generateds>=2.44.3",
"lxml>=6.0.1",
]