feat: Merge Konflikt lösen - pyproject.toml mit Dependencies und Konfigurationen

This commit is contained in:
hermes
2026-06-22 06:33:03 +00:00
parent 0e34b9b0cb
commit c9fb7e8df2
13 changed files with 538 additions and 7 deletions
+11 -7
View File
@@ -1,17 +1,21 @@
[project]
name = "bsn-livesystem"
version = "0.1.0"
description = "BSN Livesystem - WhatsApp & Telegram Community Integration"
requires-python = ">=3.13"
dependencies = [
"flask",
"pydantic",
"redis",
"structlog",
"pytest",
"pytest-cov",
"mypy",
"flask>=3.0.0",
"pydantic>=2.0.0",
"redis>=5.0.0",
"structlog>=24.0.0",
]
[project.group.dev.dependencies]
pytest = ">=8.0.0"
pytest-cov = ">=5.0.0"
mypy = ">=1.0.0"
fakeredis = ">=2.0.0"
[tool.ruff]
line-length = 100
target-version = "py313"