diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-11 00:27:29 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-11 00:28:55 -0700 |
| commit | 03e57fcfcd9bc85bec2757fad9ae613bdb6f783b (patch) | |
| tree | 250f00bc9db22650cc273a6806e17cfca2e974d5 /pyproject.toml | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..49eb3c2 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,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", +] |
