mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
refactor: move dev-dependencies to pyproject
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
hypothesis~=6.31.0
|
|
||||||
@@ -27,6 +27,9 @@ dependencies = [
|
|||||||
requires = ["flit_core >=3.4,<4"]
|
requires = ["flit_core >=3.4,<4"]
|
||||||
build-backend = "flit_core.buildapi"
|
build-backend = "flit_core.buildapi"
|
||||||
|
|
||||||
|
[tool.bench.dev-dependencies]
|
||||||
|
hypothesis = "~=6.31.0"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 99
|
line-length = 99
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user