Spaces:
Sleeping
Sleeping
File size: 465 Bytes
7465fd2 217a432 7465fd2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
[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"]
|