Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
python-telegram-bot
|
| 4 |
+
httpx
|
| 5 |
+
pandas
|
| 6 |
+
supabase
|
| 7 |
+
groq
|
| 8 |
+
streamlit
|
| 9 |
+
plotly
|
| 10 |
+
nbformat
|