copy sources from branch develop/0.1.0

This commit is contained in:
Thomas Peetz
2025-04-24 16:05:05 +02:00
committed by Thomas Peetz
parent cb0fa3f728
commit c222d4cd7a
18 changed files with 1512 additions and 231 deletions
+8 -7
View File
@@ -1,20 +1,21 @@
[project]
name = "kontor-scripts"
version = "0.1.0"
description = "Scripts to execute Kontor actions from commandline"
readme = "README.md"
requires-python = ">=3.13"
authors = [
{name = "Thomas Peetz", email = "thomas.peetz@thpeetz.de"}
]
maintainers = [
{name = "Thomas Peetz", email = "thomas.peetz@thpeetz.de"}
]
dependencies = [
"beautifulsoup4>=4.13.4",
"fastapi[standard]>=0.115.12",
"mariadb>=1.1.12",
"pathlib>=1.0.1",
"platformdirs>=4.3.7",
"pytest>=8.3.5",
"pytest-cov>=6.1.1",
"pyyaml>=6.0.2",
"requests>=2.32.3",
"kontor.schema>=0.1.0",
"sqlalchemy>=2.0.40",
"sqlmodel>=0.0.24",
]
[tool.uv.sources]
kontor-schema = { path = "../kontor-schema"}