Skip to content

Commit

Permalink
build: pin frappe & erpnext requirements to ^16.0.0 (frappe#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal authored Feb 23, 2024
1 parent 9d8c78d commit 14d7dbb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ indent = "\t"
known_frappe = ["frappe"]
known_erpnext = ["erpnext"]
known_hrms = ["hrms"]
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FRAPPE", "ERPNEXT", "HRMS", "FIRSTPARTY", "LOCALFOLDER"]
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FRAPPE", "ERPNEXT", "HRMS", "FIRSTPARTY", "LOCALFOLDER"]

[tool.bench.frappe-dependencies]
frappe = ">=16.0.0-dev,<17.0.0"
erpnext = ">=16.0.0-dev,<17.0.0"

0 comments on commit 14d7dbb

Please sign in to comment.