conductofconduct/pyproject.toml
Ruben van de Ven c183aba70f fix deps
2025-03-26 10:13:49 +01:00

10 lines
No EOL
199 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-w>=1.2.0",
]