marimo-rtc / pyproject.toml
mylessss's picture
fix rtc example
973f03c
raw
history blame contribute delete
384 Bytes
[project]
dependencies = [
"marimo[sql,recommended,lsp]",
"huggingface-hub==0.26.2",
]
description = "marimo rtc example"
name = "marimo-rtc"
readme = "README.md"
requires-python = ">=3.12"
version = "0.1.0"
[tool.marimo.package_management]
manager = "uv"
[tool.marimo.display]
cell_output = "below"
dataframes = "rich"
theme = "light"
[tool.marimo.experimental]
rtc_v2 = true