feat: Merge Konflikt lösen - pyproject.toml mit Dependencies und Konfigurationen
This commit is contained in:
+11
-7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user