import sources from develop/0.1.0

This commit is contained in:
Thomas Peetz
2025-04-29 12:52:55 +02:00
committed by Thomas Peetz
parent c30bdd1cd5
commit 19a5623075
670 changed files with 35977 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[project]
name = "kontor-schema"
version = "0.1.0"
description = "Kontor Schema Library"
readme = "README.md"
authors = [
{ name = "Thomas Peetz", email = "thomas.peetz@ingenieurbuero-peetz.de" }
]
requires-python = ">=3.13"
dependencies = [
"beautifulsoup4>=4.13.4",
"requests>=2.32.3",
"sqlalchemy>=2.0.40",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"