Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +20 -17
requirements.txt
CHANGED
|
@@ -1,17 +1,20 @@
|
|
| 1 |
-
pandas>=2.0.0
|
| 2 |
-
openpyxl>=3.1.0
|
| 3 |
-
reportlab>=4.0.0
|
| 4 |
-
matplotlib>=3.7.0
|
| 5 |
-
numpy>=1.24.0
|
| 6 |
-
click>=8.1.0
|
| 7 |
-
streamlit>=1.31.0
|
| 8 |
-
requests>=2.31.0
|
| 9 |
-
python-dateutil>=2.8.2
|
| 10 |
-
fuzzywuzzy>=0.18.0
|
| 11 |
-
python-Levenshtein>=0.21.0
|
| 12 |
-
mftool>=1.0.0
|
| 13 |
-
yfinance>=1.2.0
|
| 14 |
-
beautifulsoup4>=4.14.3
|
| 15 |
-
scipy>=1.17.1
|
| 16 |
-
lxml>=6.0.2
|
| 17 |
-
openai>=1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas>=2.0.0
|
| 2 |
+
openpyxl>=3.1.0
|
| 3 |
+
reportlab>=4.0.0
|
| 4 |
+
matplotlib>=3.7.0
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
click>=8.1.0
|
| 7 |
+
streamlit>=1.31.0
|
| 8 |
+
requests>=2.31.0
|
| 9 |
+
python-dateutil>=2.8.2
|
| 10 |
+
fuzzywuzzy>=0.18.0
|
| 11 |
+
python-Levenshtein>=0.21.0
|
| 12 |
+
mftool>=1.0.0
|
| 13 |
+
yfinance>=1.2.0
|
| 14 |
+
beautifulsoup4>=4.14.3
|
| 15 |
+
scipy>=1.17.1
|
| 16 |
+
lxml>=6.0.2
|
| 17 |
+
openai>=1.0.0
|
| 18 |
+
psycopg2-binary
|
| 19 |
+
python-dotenv>=1.2.2
|
| 20 |
+
mstarpy>=8.1.0
|