[project] name = "lyra" version = "0.1.0" description = "Persistent, autonomous AI assistant" readme = "README.md" requires-python = ">=3.11" dependencies = [ "httpx>=0.28.1", "openai>=2.37.0", "python-dotenv>=1.2.2", ] [dependency-groups] dev = [ "pytest>=8.0", "ruff>=0.6", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["lyra"] [tool.ruff] line-length = 100 target-version = "py311" [tool.pytest.ini_options] testpaths = ["tests"]