Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +37 -36
requirements.txt
CHANGED
@@ -1,36 +1,37 @@
|
|
1 |
-
# dependencies
|
2 |
-
beautifulsoup4
|
3 |
-
colorama
|
4 |
-
md2pdf
|
5 |
-
python-dotenv
|
6 |
-
pyyaml
|
7 |
-
uvicorn
|
8 |
-
pydantic
|
9 |
-
fastapi
|
10 |
-
python-multipart
|
11 |
-
markdown
|
12 |
-
langchain
|
13 |
-
langchain_community
|
14 |
-
langchain-openai
|
15 |
-
langchain-ollama
|
16 |
-
langgraph
|
17 |
-
tiktoken
|
18 |
-
gpt-researcher
|
19 |
-
arxiv
|
20 |
-
PyMuPDF
|
21 |
-
requests
|
22 |
-
jinja2
|
23 |
-
aiofiles
|
24 |
-
mistune
|
25 |
-
python-docx
|
26 |
-
htmldocx
|
27 |
-
lxml_html_clean
|
28 |
-
websockets
|
29 |
-
unstructured
|
30 |
-
json_repair
|
31 |
-
json5
|
32 |
-
loguru
|
33 |
-
|
34 |
-
|
35 |
-
#
|
36 |
-
# pytest
|
|
|
|
1 |
+
# dependencies
|
2 |
+
beautifulsoup4
|
3 |
+
colorama
|
4 |
+
md2pdf
|
5 |
+
python-dotenv
|
6 |
+
pyyaml
|
7 |
+
uvicorn
|
8 |
+
pydantic
|
9 |
+
fastapi
|
10 |
+
python-multipart
|
11 |
+
markdown
|
12 |
+
langchain
|
13 |
+
langchain_community
|
14 |
+
langchain-openai
|
15 |
+
langchain-ollama
|
16 |
+
langgraph
|
17 |
+
tiktoken
|
18 |
+
gpt-researcher
|
19 |
+
arxiv
|
20 |
+
PyMuPDF
|
21 |
+
requests
|
22 |
+
jinja2
|
23 |
+
aiofiles
|
24 |
+
mistune
|
25 |
+
python-docx
|
26 |
+
htmldocx
|
27 |
+
lxml_html_clean
|
28 |
+
websockets
|
29 |
+
unstructured
|
30 |
+
json_repair
|
31 |
+
json5
|
32 |
+
loguru
|
33 |
+
langchain-google-genai
|
34 |
+
|
35 |
+
# uncomment for testing
|
36 |
+
# pytest
|
37 |
+
# pytest-asyncio
|