chore: add payments in pyproject for auto install

(cherry picked from commit c2a4ef692f)

# Conflicts:
#	pyproject.toml
This commit is contained in:
Raizaaa
2026-05-05 14:46:31 +05:30
committed by Mergify
parent 12469dad1d
commit 39572bc4da
+5
View File
@@ -66,7 +66,12 @@ indent-style = "tab"
docstring-code-format = true
[tool.bench.frappe-dependencies]
<<<<<<< HEAD
frappe = "<=17.0.0-dev"
=======
frappe = ">=14.0.0,<=17.0.0-dev"
payments = ">=14.0.0,<=17.0.0-dev"
>>>>>>> c2a4ef69 (chore: add payments in pyproject for auto install)
[tool.bench.assets]
build_dir = "./frontend"