NiceUtils/pyproject.toml

10 lines
178 B
TOML
Raw Normal View History

2025-01-07 09:30:24 -04:00
[project]
name = "niceutils"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"nicegui>=2.9.1",
]