Files
KomGrabber/pyproject.toml
2025-02-27 22:41:38 +01:00

25 lines
520 B
TOML

[project]
name = "komgrabber"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aria2p>=0.12.1",
"bencodepy>=0.9.5",
"feedparser>=6.0.11",
"jaro-winkler>=2.0.3",
"komconfig",
"komgapi",
"komsuite-nyaapy",
"limit>=0.2.3",
"loguru>=0.7.3",
"natsort>=8.4.0",
"omegaconf>=2.3.0",
]
[tool.uv.sources]
komgapi = { workspace = true }
komsuite-nyaapy = { workspace = true }
komconfig = { workspace = true }