Slowly recreating alpine bits schemas. Our usecase will need both server and client parts

This commit is contained in:
Jonas Linter
2025-09-20 15:20:12 +02:00
parent fa161cd748
commit d0217e154e
4 changed files with 197 additions and 1 deletions

View File

@@ -4,4 +4,6 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
dependencies = [
"lxml>=6.0.1",
]