mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
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
11 lines
252 B
TOML
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"
|