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