Final_Project_Part2 / pyproject.toml
FantasticTony's picture
:sparkles: Add Plotly and interactivity enhancements to dashboard
4830705
raw
history blame contribute delete
431 Bytes
[tool.poetry]
name = "Final_Project_Part2"
version = "0.1.0"
description = ""
authors = ["Tony An <anxuanzi@gmail.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
streamlit = "^1.40.0"
altair = "^5.4.1"
vega-datasets = "^0.9.0"
pydeck = "^0.9.1"
plotly = "^5.24.1"
streamlit-plotly-events = "^0.0.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"