app_months / pyproject.toml
joseph-data's picture
Sync from GitHub via hub-sync
7f3891d verified
raw
history blame contribute delete
543 Bytes
[project]
name = "ai-econ-daioe-months-v2"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"faicons>=0.2.2",
"great-tables>=0.17.0",
"kaleido>=0.2.1",
"openpyxl>=3.1.5",
"pandas>=3.0.2",
"pathlib>=1.0.1",
"plotly>=6.7.0",
"polars>=1.40.1",
"pyarrow>=24.0.0",
"shiny[theme]>=1.6.0",
"shinywidgets>=0.8.0",
]
[tool.pyright]
pythonVersion = "3.14"
venvPath = "."
venv = ".venv"
extraPaths = ["."]
reportArgumentType = false