1 Commits
1.0.3 ... 1.0.4

Author SHA1 Message Date
f5fb46de6c Allow python down to 3.12 2026-03-21 15:25:03 -04:00
2 changed files with 9 additions and 3 deletions

View File

@@ -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",

View File

@@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.0.4"