Lucas-C-R commited on
Commit
331b11e
·
1 Parent(s): 4b022a9

build: add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +69 -0
requirements.txt ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.6.1
2
+ aiohttp==3.12.2
3
+ aiosignal==1.3.2
4
+ annotated-types==0.7.0
5
+ anyio==4.9.0
6
+ arxiv==2.2.0
7
+ attrs==25.3.0
8
+ beautifulsoup4==4.13.4
9
+ certifi==2025.4.26
10
+ charset-normalizer==3.4.2
11
+ dataclasses-json==0.6.7
12
+ distro==1.9.0
13
+ feedparser==6.0.11
14
+ frozenlist==1.6.0
15
+ greenlet==3.2.2
16
+ h11==0.16.0
17
+ httpcore==1.0.9
18
+ httpx==0.28.1
19
+ httpx-sse==0.4.0
20
+ idna==3.10
21
+ jiter==0.10.0
22
+ jsonpatch==1.33
23
+ jsonpointer==3.0.0
24
+ langchain==0.3.25
25
+ langchain-community==0.3.24
26
+ langchain-core==0.3.62
27
+ langchain-openai==0.3.18
28
+ langchain-tavily==0.2.0
29
+ langchain-text-splitters==0.3.8
30
+ langgraph==0.4.7
31
+ langgraph-checkpoint==2.0.26
32
+ langgraph-prebuilt==0.2.1
33
+ langgraph-sdk==0.1.70
34
+ langsmith==0.3.42
35
+ marshmallow==3.26.1
36
+ multidict==6.4.4
37
+ mypy==1.16.0
38
+ mypy_extensions==1.1.0
39
+ numpy==2.2.6
40
+ openai==1.82.0
41
+ orjson==3.10.18
42
+ ormsgpack==1.10.0
43
+ packaging==24.2
44
+ pathspec==0.12.1
45
+ propcache==0.3.1
46
+ pydantic==2.11.5
47
+ pydantic-settings==2.9.1
48
+ pydantic_core==2.33.2
49
+ PyMuPDF==1.26.0
50
+ python-dotenv==1.1.0
51
+ PyYAML==6.0.2
52
+ regex==2024.11.6
53
+ requests==2.32.3
54
+ requests-toolbelt==1.0.0
55
+ sgmllib3k==1.0.0
56
+ sniffio==1.3.1
57
+ soupsieve==2.7
58
+ SQLAlchemy==2.0.41
59
+ tenacity==9.1.2
60
+ tiktoken==0.9.0
61
+ tqdm==4.67.1
62
+ typing-inspect==0.9.0
63
+ typing-inspection==0.4.1
64
+ typing_extensions==4.13.2
65
+ urllib3==2.4.0
66
+ wikipedia==1.4.0
67
+ xxhash==3.5.0
68
+ yarl==1.20.0
69
+ zstandard==0.23.0