lmb-fe/pyproject.toml
2025-12-01 19:03:21 +01:00

10 lines
213 B
TOML

[project]
name = "cosmoguard-frontend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"marimo>=0.18.0",
"streamlit>=1.51.0",
]