Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dash
|
| 2 |
+
plotly
|
| 3 |
+
requests
|
| 4 |
+
beautifulsoup4
|
| 5 |
+
transformers
|
| 6 |
+
google-api-python-client
|
| 7 |
+
gunicorn
|
| 8 |
+
pandas
|
| 9 |
+
python-dotenv
|
| 10 |
+
torch
|