summaryrefslogtreecommitdiff
path: root/backend/requirements.txt
diff options
context:
space:
mode:
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