Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
smolagents==1.13.0
|
2 |
+
requests
|
3 |
+
duckduckgo-search
|
4 |
+
pandas
|
5 |
+
pyyaml
|
6 |
+
pytz
|
7 |
+
gradio
|
8 |
+
markdownify
|