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

11 lines
210 B
TOML

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