Vorbereitung Release 0.2.0

This commit is contained in:
2026-01-29 23:50:41 +01:00
parent 58f80b3e76
commit b26b5ecc9c
571 changed files with 35728 additions and 5022 deletions
+7 -1
View File
@@ -1,4 +1,5 @@
[project]
requires-python = ">=3.13"
name = "kontor-scripts"
version = "0.1.0"
readme = "README.md"
@@ -10,12 +11,17 @@ maintainers = [
]
dependencies = [
"beautifulsoup4>=4.13.4",
"coverage>=7.8.0",
"fastapi[standard]>=0.115.12",
"mariadb>=1.1.12",
"pathlib>=1.0.1",
"platformdirs>=4.3.7",
"proton>=0.9.1",
"psycopg2-binary>=2.9.10",
"pytest-cov>=6.1.1",
"python-qpid-proton>=0.40.0",
"pyyaml>=6.0.2",
"requests>=2.32.3",
"sqlalchemy>=2.0.40",
"sqlmodel>=0.0.24",
"stomp.py",
]