riteshcp commited on
Commit
56f8d66
·
verified ·
1 Parent(s): 7ece375

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- yfinance
2
- pandas
3
- matplotlib
4
- seaborn
5
- streamlit
6
- plotly
 
 
 
 
1
+ yfinance==0.2.18
2
+ pandas==1.5.3
3
+ numpy==1.23.5
4
+ plotly==5.15.0
5
+ streamlit==1.26.0
6
+ altair==5.1.1
7
+ beautifulsoup4==4.13.0
8
+ requests==2.31.0
9
+ rich==13.5.2