InNoobWeTrust
commited on
Commit
·
2864c97
1
Parent(s):
7065556
fix: missing dependencies
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
streamlit
|
2 |
pandas
|
|
|
3 |
yfinance[nospam,repair]==0.2.54
|
4 |
altair
|
5 |
vega
|
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
+
lxml
|
4 |
yfinance[nospam,repair]==0.2.54
|
5 |
altair
|
6 |
vega
|