diff options
author | Xavier Beaudouin <kiwi@oav.net> | 2024-10-23 15:00:00 +0200 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2024-10-23 15:57:31 +0200 |
commit | e326c2d5146e11f7a4b23447bc27e3f4ced2ac88 (patch) | |
tree | 5a28234b2f1a3ea557f6901cc73564320ad7a13f /www/py-frappe-bench/files/patch-pyproject.toml | |
parent | net-p2p/xmrig: Update to 6.22.1 (diff) |
www/py-frappe-bench: Frappe / ERPNext apps setup tool
The bench allows you to set up Frappe / ERPNext apps on
your local machine or a production server. You can use
the bench to serve multiple frappe sites.
PR: 282284
Sponsored By: Klara, Inc.
Diffstat (limited to 'www/py-frappe-bench/files/patch-pyproject.toml')
-rw-r--r-- | www/py-frappe-bench/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/py-frappe-bench/files/patch-pyproject.toml b/www/py-frappe-bench/files/patch-pyproject.toml new file mode 100644 index 000000000000..8811eaa5f57c --- /dev/null +++ b/www/py-frappe-bench/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2024-09-27 13:44:50 UTC ++++ pyproject.toml +@@ -44,7 +44,7 @@ requires = [ + + [build-system] + requires = [ +- "hatchling>=1.6.0,<=1.21.0", ++ "hatchling>=1.6.0,<=1.30.0", + ] + build-backend = "hatchling.build" + |