| [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" | |