Fazeel Asghar commited on
Commit
edf2e73
·
1 Parent(s): 79b3d3d

Updated requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +39 -0
requirements.txt ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.7.0
2
+ anyio==4.9.0
3
+ certifi==2025.4.26
4
+ charset-normalizer==3.4.2
5
+ click==8.2.1
6
+ colorama==0.4.6
7
+ distro==1.9.0
8
+ dotenv==0.9.9
9
+ fastapi==0.115.12
10
+ greenlet==3.2.3
11
+ groq==0.27.0
12
+ h11==0.16.0
13
+ httpcore==1.0.9
14
+ httpx==0.28.1
15
+ idna==3.10
16
+ jsonpatch==1.33
17
+ jsonpointer==3.0.0
18
+ langchain==0.3.25
19
+ langchain-core==0.3.65
20
+ langchain-groq==0.3.2
21
+ langchain-text-splitters==0.3.8
22
+ langsmith==0.3.45
23
+ orjson==3.10.18
24
+ packaging==24.2
25
+ pydantic==2.11.5
26
+ pydantic_core==2.33.2
27
+ python-dotenv==1.1.0
28
+ PyYAML==6.0.2
29
+ requests==2.32.4
30
+ requests-toolbelt==1.0.0
31
+ sniffio==1.3.1
32
+ SQLAlchemy==2.0.41
33
+ starlette==0.46.2
34
+ tenacity==9.1.2
35
+ typing-inspection==0.4.1
36
+ typing_extensions==4.14.0
37
+ urllib3==2.4.0
38
+ uvicorn==0.34.3
39
+ zstandard==0.23.0