blob: 49eb3c254bcbac09e1652df5d952e8b88cec1a09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[project]
name = "spot-pricing-crash"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"boto3>=1.43.6",
"pandas>=2.2.3",
"plotly>=5.24.1",
"python-dotenv>=1.2.2",
"requests>=2.33.1",
"streamlit>=1.44.1",
"streamlit-autorefresh>=1.0.1",
]
|