coolify-uv-docker-streamlit.../pyproject.toml

10 lines
189 B
TOML

[project]
name = "streamlit-example"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"streamlit>=1.48.0",
]