conductofconduct/pyproject.toml
2025-03-26 10:26:09 +01:00

11 lines
220 B
TOML

[project]
name = "foucault"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"nicegui>=2.12.1",
"tomli>=2.2.1",
"tomli-w>=1.2.0",
]