mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
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
11 lines
255 B
TOML
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"
|