Shreyas094 commited on
Commit
929e82c
·
verified ·
1 Parent(s): 4f73269

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- # uncomment for testing
35
- # pytest
36
- # pytest-asyncio
 
 
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