summaryrefslogtreecommitdiff
path: root/backend/requirements.txt
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-17 12:46:13 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-17 12:46:13 -0700
commit1482422f2f5b236cdcdff4429ae06bb55dca4083 (patch)
tree4653cb4986a8a138f84dbec934effb0d011751d3 /backend/requirements.txt
Add stack start and stop scripts
Diffstat (limited to 'backend/requirements.txt')
-rw-r--r--backend/requirements.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/backend/requirements.txt b/backend/requirements.txt
new file mode 100644
index 0000000..170ea64
--- /dev/null
+++ b/backend/requirements.txt
@@ -0,0 +1,9 @@
+cachetools>=5.5,<7
+fastapi>=0.115,<1
+httpx>=0.28,<1
+pandas>=2.3,<3
+pydantic>=2.12,<3
+pytest>=8.3,<9
+python-dotenv>=1.0,<2
+uvicorn[standard]>=0.34,<1
+yfinance>=0.2.51,<1