Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
-
google-api-python-client
|
| 4 |
-
transformers
|
| 5 |
plotly
|
| 6 |
matplotlib
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
|
|
|
|
|
|
| 3 |
plotly
|
| 4 |
matplotlib
|
| 5 |
+
transformers
|
| 6 |
+
torch
|
| 7 |
+
python-dotenv
|
| 8 |
+
google-api-python-client
|