Unit3-HF-Tagging-Bot / pyproject.toml
Rajesh Betkiker
app type to docker
217a432
raw
history blame contribute delete
465 Bytes
[project]
name = "unit3-hf-tagging-bot"
version = "0.1.0"
description = "FastAPI and Gradio app for Hugging Face Hub discussion webhooks"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio[mcp]",
"huggingface-hub[mcp]",
"fastapi",
"fastmcp",
"pydantic",
"python-multipart",
"requests"
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]