Compare commits
1 Commits
7cd556bab2
...
1.0.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
f5fb46de6c
|
@@ -1,18 +1,24 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling>=1.27.0"]
|
requires = ["hatchling>=1.29.0"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "watfag"
|
name = "watfag"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
description = "Searches torrents with Jackett and scores them with WATFAG"
|
description = "Searches torrents with Jackett and scores them with WATFAG"
|
||||||
requires-python = ">=3.14"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"feedparser>=6.0.12",
|
"feedparser>=6.0.12",
|
||||||
"httpx>=0.28.1",
|
"httpx>=0.28.1",
|
||||||
"regex>=2026.2.28",
|
"regex>=2026.2.28",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[dependency-groups]
|
||||||
|
dev = [
|
||||||
|
"hatch>=1.16.5",
|
||||||
|
"hatchling>=1.29.0",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = [
|
packages = [
|
||||||
"src/watfag",
|
"src/watfag",
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "1.0.3"
|
__version__ = "1.0.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user