mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
29 lines
561 B
TOML
29 lines
561 B
TOML
[project]
|
|
name = "comet"
|
|
version = "0.1.0"
|
|
description = "Stremio's fastest torrent/debrid search add-on."
|
|
authors = [
|
|
{ name = "Goldy", email = "153996346+g0ldyy@users.noreply.github.com" }
|
|
]
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"aiohttp",
|
|
"aiosqlite",
|
|
"asyncio",
|
|
"asyncpg",
|
|
"bencode-py",
|
|
"curl-cffi",
|
|
"databases",
|
|
"demagnetize",
|
|
"fastapi",
|
|
"gunicorn",
|
|
"jinja2",
|
|
"loguru",
|
|
"mediaflow-proxy",
|
|
"orjson",
|
|
"pydantic-settings",
|
|
"python-multipart",
|
|
"rank-torrent-name",
|
|
"uvicorn",
|
|
]
|