[project] name = "swag-store-demo" version = "0.1.0" description = "CloudSwag Customer Service Bot Demo - MCP Tools Integration" requires-python = ">=3.10" dependencies = [ "fastapi>=0.115.0", "uvicorn[standard]>=0.32.0", "anthropic>=0.40.0", "mcp>=1.0.0", "pyjwt>=2.9.0", "python-dotenv>=1.0.0", "httpx>=0.27.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.24.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["app"]