ports/www/py-nicegui/files/patch-pyproject.toml
Jesús Daniel Colmenares Oviedo 6af82314f7
www/py-nicegui: New port: Create web-based user interfaces with Python
NiceGUI is an easy-to-use, Python-base UI framework, which shows
up in your web browser. You can create buttons, dialogs, Markdown,
3D scenes, plots and much more.

WWW: https://nicegui.io/
PR:		282460
2024-11-07 18:31:40 -08:00

11 lines
252 B
TOML

--- pyproject.toml.orig 2024-10-25 21:10:42 UTC
+++ pyproject.toml
@@ -69,7 +69,7 @@ requires = [
[build-system]
requires = [
- "setuptools>=30.3.0,<50",
+ "setuptools",
"poetry-core>=1.0.0"
]
build-backend = "poetry.core.masonry.api"