ports/www/py-nicegui-highcharts/files/patch-pyproject.toml
Jesús Daniel Colmenares Oviedo 276bf16b5a
www/py-nicegui-highcharts: New port: NiceGUI extension providing highcharts elements
NiceGUI Highcharts is an extension for NiceGUI, an easy-to-use,
Python-based UI framework. It provides a 'highchart' element based
on Highcharts, the popular JavaScript charting library. Due to
Highcharts' restrictive license, this element is not part of the
NiceGUI package anymore, but can be install separately.

WWW: https://github.com/zauberzeug/nicegui-highcharts
PR:		282461
2024-11-07 18:38:59 -08:00

11 lines
255 B
TOML

--- pyproject.toml.orig 2024-10-30 23:29:16 UTC
+++ pyproject.toml
@@ -15,7 +15,7 @@ requires = [
[build-system]
requires = [
- "setuptools>=30.3.0,<50",
+ "setuptools>=0",
"poetry-core>=1.0.0"
]
build-backend = "poetry.core.masonry.api"