1 Commits

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] [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",

View File

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