platform agnosticity

This commit is contained in:
2026-07-19 11:45:08 +02:00
parent 4fe9e76cad
commit d375db47c3
4 changed files with 85 additions and 40 deletions

View File

@@ -44,6 +44,7 @@ dependencies = [
"python-slugify>=8.0.0",
"xxhash>=3.4.0",
"python-magic>=0.4.27",
"platformdirs>=4.2.0",
]
[project.optional-dependencies]
@@ -75,6 +76,7 @@ dev-dependencies = [
"mypy>=1.8.0",
"pre-commit>=3.6.0",
]
override-dependencies = ["lxml>=5.3.0"]
[tool.ruff]
line-length = 100