[project] name = "agr-assistent" version = "0.1.0" description = "Минимальный голосовой AI-ассистент в системном трее" readme = "README.md" requires-python = ">=3.11" dependencies = [ "openai>=3.14.1", "pyside6>=6.11.2", "pyyaml>=6.0.3", ] [project.scripts] agr-assistent = "agr_assistent.app:main" [dependency-groups] dev = [ "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"]