projects/unit3/slack-notification/starter/pyproject.toml (26 lines of code) (raw):

[project] name = "pr-agent-slack" version = "3.0.0" description = "MCP server with Slack notifications integrating Tools and Prompts" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.0.0", "aiohttp>=3.10.0,<4.0.0", "requests>=2.32.0,<3.0.0", ] [project.optional-dependencies] dev = [ "pytest>=8.3.0", "pytest-asyncio>=0.21.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["."] [tool.uv] dev-dependencies = [ "pytest>=8.3.0", "pytest-asyncio>=0.21.0", ]