Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
gradio_client
|
3 |
+
pandas
|
4 |
+
numpy
|
5 |
+
plotly
|
6 |
+
openpyxl
|
7 |
+
xlrd
|
8 |
+
python-dotenv
|
9 |
+
anthropic
|
10 |
+
smolagents
|
11 |
+
requests
|
12 |
+
asyncio
|
13 |
+
aiohttp
|