many changes

This commit is contained in:
2025-09-28 20:03:18 +02:00
parent f455918ef4
commit 4d0d412d38
8 changed files with 632 additions and 297 deletions

View File

@@ -5,10 +5,14 @@ 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",
@@ -16,9 +20,18 @@ dependencies = [
"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",
]