Add basic inflator cython support

This commit is contained in:
2025-08-26 17:34:14 +03:00
parent 36e343d3bc
commit 0795a5f8bb
5 changed files with 346 additions and 16 deletions

View File

@@ -8,8 +8,10 @@ authors = [
license = "LGPL-3.0-or-later"
requires-python = ">=3.13"
dependencies = [
"cython>=3.1.3",
"hatchling>=1.27.0",
"jinja2>=3.1.6",
"setuptools>=80.9.0",
]
[build-system]