ver0.1
This commit is contained in:
@@ -24,7 +24,6 @@ dependencies = [
|
||||
|
||||
[project.scripts]
|
||||
operation-room-monitor-server = "main:main"
|
||||
voice-confirmation-client = "voice_confirmation_client.__main__:main"
|
||||
|
||||
# Use PyTorch CPU wheels from the official index so:
|
||||
# - Linux Docker builds (incl. Docker Desktop on Mac) do not install NVIDIA CUDA pip bundles.
|
||||
@@ -48,23 +47,7 @@ dev = [
|
||||
"pytest-asyncio>=0.25.0",
|
||||
"aiosqlite>=0.21.0",
|
||||
"alembic>=1.14.0",
|
||||
]
|
||||
voice-client = [
|
||||
"httpx>=0.28.0",
|
||||
"loguru>=0.7.3",
|
||||
"numpy>=2.0.0",
|
||||
"PySide6>=6.8.0",
|
||||
"sounddevice>=0.5.0",
|
||||
"websocket-client>=1.8.0",
|
||||
]
|
||||
voice-client-build = [
|
||||
"httpx>=0.28.0",
|
||||
"loguru>=0.7.3",
|
||||
"numpy>=2.0.0",
|
||||
"PySide6>=6.8.0",
|
||||
"sounddevice>=0.5.0",
|
||||
"websocket-client>=1.8.0",
|
||||
"pyinstaller>=6.0.0",
|
||||
"livereload>=2.7.1",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
|
||||
Reference in New Issue
Block a user