Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -20,6 +20,6 @@ pygwalker==0.3.9
|
|
20 |
streamlit>=1.27.0
|
21 |
regex
|
22 |
yfinance==0.2.28
|
23 |
-
python-dotenv
|
24 |
-
asyncio
|
25 |
-
nest_asyncio
|
|
|
20 |
streamlit>=1.27.0
|
21 |
regex
|
22 |
yfinance==0.2.28
|
23 |
+
python-dotenv==1.0.1
|
24 |
+
asyncio==3.4.3
|
25 |
+
nest_asyncio==1.6.0
|