File size: 578 Bytes
acc7584
 
 
 
 
 
 
966f06e
 
7f3891d
966f06e
acc7584
 
 
 
24dcdf9
acc7584
 
7f3891d
 
 
 
 
 
 
1067793
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[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",
    "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

[dependency-groups]
dev = [
    "playwright>=1.60.0",
]