aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-05-11 00:27:29 -0700
committerPinapelz <yukais@pinapelz.com>2026-05-11 00:28:55 -0700
commit03e57fcfcd9bc85bec2757fad9ae613bdb6f783b (patch)
tree250f00bc9db22650cc273a6806e17cfca2e974d5 /pyproject.toml
init commitHEADmain
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml15
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",
+]
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage