initial commit
This commit is contained in:
24
pyproject.toml
Normal file
24
pyproject.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[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 }
|
||||
Reference in New Issue
Block a user