Improved docker build speed
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user