From 03e57fcfcd9bc85bec2757fad9ae613bdb6f783b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 11 May 2026 00:27:29 -0700 Subject: init commit --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') 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", +] -- cgit v1.2.3