Improved docker build speed

This commit is contained in:
2025-04-20 16:06:47 +02:00
parent def822d61f
commit 568ec4b66d
4 changed files with 38 additions and 25 deletions

View File

@@ -4,9 +4,11 @@ version = "0.1.0"
description = "XML Schema validation library"
requires-python = ">=3.10"
dependencies = [
"pytest>=8",
"maturin>=1.0,<2.0",
]
optional-dependencies.dev = [
"pytest>=8",
]
[build-system]
requires = ["maturin>=1.0,<2.0"]