| [project] | |
| name = "backpacking_assistant" | |
| version = "0.1.0" | |
| description = "" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "asgi-correlation-id>=4.3.4", | |
| "blaxel[openai,telemetry]==0.2.25", | |
| "fastapi[standard]>=0.115.12", | |
| "gradio[mcp]>=6.0.1", | |
| "pydantic>=2.12.4", | |
| "pydantic-settings>=2.12.0", | |
| "rich>=13.9.4", | |
| "spaces>=0.43.0", | |
| "httpx>=0.27.0", | |
| "pydantic-yaml>=1.6.0", | |
| "folium>=0.20.0", | |
| "openai-agents>=0.6.1", | |
| ] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["src"] | |
| [dependency-groups] | |
| dev = ["ruff>=0.8.2"] | |
| [tool.uv] | |
| prerelease = "allow" | |
| [tool.pyright] | |
| reportArgumentType = false | |
| reportPrivateImportUsage = false | |
| reportAttributeAccessIssue = false | |
| [tool.ruff] | |
| indent-width = 4 | |
| [tool.ruff.format] | |
| indent-style = "space" | |
| quote-style = "double" | |
| skip-magic-trailing-comma = false | |
| [tool.ruff.lint] | |
| select = ["E", "F"] | |