occupation_ai / pyproject.toml
joseph-data's picture
updated the dockerfile
a6c2f7a unverified
raw
history blame contribute delete
381 Bytes
[project]
name = "test-apps-before-shipping"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pandas>=2.3.3",
"plotly>=6.5.0",
"pyscbwrapper>=0.1.2",
"shiny>=1.5.1",
"shinywidgets>=0.7.0",
]
[project.optional-dependencies]
dev = [
"plotnine>=0.15.1",
"shinyswatch>=0.9.0",
]