Spaces:
Sleeping
Sleeping
Created requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
pandas
|
| 3 |
+
numpy
|
| 4 |
+
pymongo
|
| 5 |
+
python-dotenv
|
| 6 |
+
scikit-learn
|
| 7 |
+
xgboost
|
| 8 |
+
plotly
|
| 9 |
+
certifi
|
| 10 |
+
requests
|
| 11 |
+
beautifulsoup4
|
| 12 |
+
tqdm
|
| 13 |
+
statsmodels
|
| 14 |
+
werkzeug
|
| 15 |
+
selenium
|
| 16 |
+
webdriver-manager
|
| 17 |
+
streamlit-aggrid
|
| 18 |
+
openpyxl
|
| 19 |
+
xlsxwriter
|