File size: 431 Bytes
d2916af
 
 
 
 
 
 
 
 
 
 
 
 
5dd9543
4830705
 
d2916af
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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"