unit31 / pyproject.toml
apple muncy
strip pyproject.toml
fd49e40
raw
history blame
512 Bytes
[project]
name = "mcp-course-unit3-example"
version = "0.1.0"
description = "FastAPI and Gradio app for Hugging Face Hub discussion webhooks"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi",
"uvicorn[standard]>",
"gradio",
"huggingface-hub[mcp]",
"pydantic",
"python-multipart",
"requests",
"python-dotenv",
"fastmcp",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]