build: Pin frappe requirements to ^16.0.0 (#39782)

This commit is contained in:
Ankush Menat
2024-02-07 18:30:35 +05:30
committed by GitHub
parent 81e82b0595
commit 294f562fb9
3 changed files with 3 additions and 22 deletions

View File

@@ -42,7 +42,6 @@ setup_wizard_test = "erpnext.setup.setup_wizard.test_setup_wizard.run_setup_wiza
before_install = [
"erpnext.setup.install.check_setup_wizard_not_completed",
"erpnext.setup.install.check_frappe_version",
]
after_install = "erpnext.setup.install.after_install"