Files
alpinebits_python/pyproject.toml
2025-09-24 15:07:18 +02:00

15 lines
337 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",
"pytest>=8.4.2",
"ruff>=0.13.1",
"xsdata-pydantic[cli,lxml,soap]>=24.5",
"xsdata[cli,lxml,soap]>=25.7",
]