added maturin as a dev dependency
This commit is contained in:
@@ -24,3 +24,8 @@ pyo3-server = "pyo3_server:main"
|
||||
[build-system]
|
||||
requires = ["maturin>=1,<2"]
|
||||
build-backend = "maturin"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"maturin>=1,<2",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user