refactor: voice-service entfernt (verschoben nach breakpilot-core)

This commit is contained in:
Benjamin Boenisch
2026-02-15 13:26:07 +01:00
parent d075973a08
commit 5ff2c8bad4
59 changed files with 5 additions and 12874 deletions

View File

@@ -1,25 +0,0 @@
[project]
name = "voice-service"
version = "1.0.0"
description = "BreakPilot Voice Service - Real-time Voice Processing"
requires-python = ">=3.10"
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]
python_classes = ["Test*"]
python_functions = ["test_*"]
asyncio_mode = "auto"
# Add current directory to PYTHONPATH so local modules are found
pythonpath = ["."]
[tool.coverage.run]
source = ["."]
omit = ["tests/*", "venv/*", "*/__pycache__/*"]
[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
"if __name__ == .__main__.:",
"raise NotImplementedError",
]