marimo-on-fastapi / pyproject.toml
pup-py's picture
some marimo features; back to pandas3
429a715
raw
history blame contribute delete
400 Bytes
[project]
name = "marimo-on-fastapi"
version = "0.1.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"altair>=6.0.0",
"duckdb>=1.4.4",
"fastapi>=0.128.0",
"granian>=2.7.0",
"httpx>=0.28.1",
"marimo<2",
"pandas<4",
"ruff>=0.14.9",
"sqlglot>=28.9.0",
]
[dependency-groups]
dev = [
"pytest>=9.0.2",
]