forked from g0ldyy/comet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (36 loc) · 763 Bytes
/
pyproject.toml
File metadata and controls
37 lines (36 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[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==2.4.1",
"orjson",
"pydantic-settings",
"python-multipart",
"rank-torrent-name",
"uvicorn",
"xxhash",
"cryptography",
"websockets",
"msgpack",
"miniupnpc",
"aiofiles",
]
[tool.uv.sources]
rank-torrent-name = { git = "https://github.com/g0ldyy/rank-torrent-name" }