This commit is contained in:
Stephen Simpson
2025-12-10 11:16:55 -06:00
parent b4ffdb6560
commit 316610e932
14 changed files with 350 additions and 520 deletions

View File

@@ -7,13 +7,13 @@ license = {text = "MIT"}
authors = [
{ name = "Stephen Simpson", email = "ssimpson89@users.noreply.github.com" }
]
requires-python = ">=3.9"
requires-python = ">=3.12"
dependencies = [
"requests>=2.31.0",
"rpmfile>=2.0.0",
"requests>=2.32.0",
"rpmfile>=2.1.0",
"jinja2>=3.1.0",
"lxml>=5.0.0",
"zstandard>=0.18.0",
"lxml>=6.0.0",
"zstandard>=0.25.0",
]
[project.scripts]