[project] name = "agr-assistent" version = "0.1.0" description = "Минимальный голосовой AI-ассистент в системном трее" readme = "README.md" requires-python = ">=3.11" dependencies = [ "faster-whisper>=1.2.1", "num2words>=0.5.14", "numpy>=2.4.6", "nvidia-cublas-cu12>=12.9.2.10", "nvidia-cudnn-cu12>=9.26.0.51", "openai>=3.14.1", "pyside6>=6.11.2", "pyyaml>=6.0.3", "ruamel-yaml>=0.19.1", "silero-vad>=6.2.1", "sounddevice>=0.5.6", "torch>=2.14.0", "vosk>=0.3.45", ] [project.scripts] agr-assistent = "agr_assistent.app:main" [dependency-groups] dev = [ "pyinstaller>=6.22.3", "pytest>=9.1.1", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/agr_assistent"] [tool.pytest.ini_options] testpaths = ["tests"]