Spaces:
Sleeping
Sleeping
Add requirements.txt file
Browse filesAdded requirements.txt file with dependencies for the project.
- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
smolagents[all]
|
2 |
+
PyYAML
|
3 |
+
gradio
|
4 |
+
googlesearch-python
|
5 |
+
huggingface_hub
|
6 |
+
browserforge
|
7 |
+
tldextract
|
8 |
+
markitdown
|
9 |
+
markdown
|
10 |
+
brotli
|
11 |
+
zstandard
|