@@ -13,6 +13,8 @@ version = "0.1.0"
1313[tool .poetry .dependencies ]
1414python = " >=3.9,<3.9.7 || >3.9.7,<4.0"
1515streamlit = " 1.39.0"
16+ streamlit-aggrid = " 1.1.0"
17+ quarto-cli = " *"
1618plotly = " 5.15.0"
1719pyvis = " ^0.3.2"
1820pandas = {extras = [" parquet" ], version = " ^2.2.3" }
@@ -28,6 +30,7 @@ vl-convert-python = "^1.7.0"
2830dataframe-image = " ^0.2.6"
2931strenum = { version = " ^0.4.15" , python = " <3.11" }
3032pyyaml = " ^6.0.2"
33+
3134# optional doc depencencies, follow approach as described here:
3235# https://github.com/python-poetry/poetry/issues/2567#issuecomment-646766059
3336sphinx = {version =" *" , optional =true }
@@ -36,15 +39,12 @@ myst-nb = {version="*", optional=true}
3639ipywidgets = {version =" *" , optional =true }
3740sphinx-new-tab-link = {version = " !=0.2.2" , optional =true }
3841jupytext = {version =" *" , optional =true }
39- # quarto
40- quarto-cli = " *"
4142
4243[tool .poetry .group .dev .dependencies ]
4344ipykernel = {version =" ^6.29.5" , optional =true }
4445
4546[tool .poetry .requires-plugins ]
4647poetry-dynamic-versioning = { version = " >=1.0.0,<2.0.0" , extras = [" plugin" ] }
47-
4848
4949[tool .poetry-dynamic-versioning ]
5050enable = true
0 commit comments