pyproject.toml•803 B
[project]
name = "torrent-search-mcp"
version = "1.11.0"
description = "TorrentSearch MCP Server"
authors = [{ name = "philogicae" }]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = "MIT"
dependencies = [
"ygg-torrent-mcp",
"crawl4ai",
"aiocache",
"fastmcp",
"fastapi",
"pybase62",
]
[project.urls]
Repository = "https://github.com/philogicae/torrent-search-mcp"
Release = "https://github.com/philogicae/torrent-search-mcp/releases"
DeepWiki = "https://deepwiki.com/philogicae/torrent-search-mcp"
[project.scripts]
torrent-search-mcp = "torrent_search.__main__:cli"
[dependency-groups]
dev = ["ruff", "pytest", "pytest-asyncio", "mypy"]
[tool.hatch.build]
include = ["torrent_search"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"