Spaces:
Sleeping
Sleeping
[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"] | |