Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
pydantic
|
4 |
+
pydantic-settings
|
5 |
+
requests
|
6 |
+
yfinance
|
7 |
+
pandas
|
8 |
+
numpy
|
9 |
+
python-multipart
|
10 |
+
python-dotenv
|