mirror of
https://github.com/frappe/lms.git
synced 2026-05-07 07:57:57 +03:00
chore: add payments in pyproject for auto install
(cherry picked from commit c2a4ef692f)
# Conflicts:
# pyproject.toml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user