Files
KomGrabber/pyproject.toml
2025-09-28 20:03:18 +02:00

38 lines
786 B
TOML

[project]
name = "komgrabber"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"alive-progress>=3.2.0",
"anilistapi",
"aria2p>=0.12.1",
"bencodepy>=0.9.5",
"feedparser>=6.0.11",
"httpx-retries>=0.3.2",
"jaro-winkler>=2.0.3",
"komcache",
"komconfig",
"komgapi",
"komsuite-nyaapy",
"limit>=0.2.3",
"loguru>=0.7.3",
"natsort>=8.4.0",
"omegaconf>=2.3.0",
"qbittorrent-api>=2025.7.0",
"regex>=2024.11.6",
]
[tool.uv.sources]
komgapi = { workspace = true }
komsuite-nyaapy = { workspace = true }
komcache = { workspace = true }
komconfig = { workspace = true }
anilistapi = { workspace = true }
[dependency-groups]
test = [
"click>=8.1.8",
]