Spaces:
Sleeping
Sleeping
Vansh Bhardwaj commited on
Commit ·
dd95bbf
1
Parent(s): 7cbd5b8
done2
Browse files- .gitignore +1 -1
- __pycache__/main.cpython-312.pyc +0 -0
- requirements.txt +2 -1
.gitignore
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
.env
|
| 2 |
-
|
|
|
|
| 1 |
.env
|
| 2 |
+
venv
|
__pycache__/main.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/main.cpython-312.pyc and b/__pycache__/main.cpython-312.pyc differ
|
|
|
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn==0.24.0
|
| 3 |
pydantic==2.5.2
|
| 4 |
-
yfinance=
|
|
|
|
| 5 |
numpy==1.26.2
|
| 6 |
requests>=2.31.0
|
| 7 |
python-dotenv>=1.0.0
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn==0.24.0
|
| 3 |
pydantic==2.5.2
|
| 4 |
+
yfinance>=0.2.54
|
| 5 |
+
curl_cffi>=0.6.2
|
| 6 |
numpy==1.26.2
|
| 7 |
requests>=2.31.0
|
| 8 |
python-dotenv>=1.0.0
|