Navyssh commited on
Commit
d2e80f2
·
verified ·
1 Parent(s): eb84b8e

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -96
requirements.txt CHANGED
@@ -1,96 +1,16 @@
1
- annotated-doc==0.0.4
2
- annotated-types==0.7.0
3
- anyio==4.11.0
4
- beautifulsoup4==4.14.2
5
- cachetools==6.2.2
6
- certifi==2025.11.12
7
- charset-normalizer==3.4.4
8
- click==8.3.1
9
- cohere==5.20.0
10
- contourpy==1.3.3
11
- cycler==0.12.1
12
- distro==1.9.0
13
- fastapi==0.122.0
14
- fastavro==1.12.1
15
- filelock==3.20.0
16
- filetype==1.2.0
17
- fonttools==4.60.1
18
- fsspec==2025.10.0
19
- google-ai-generativelanguage==0.9.0
20
- google-api-core==2.28.1
21
- google-api-python-client==2.187.0
22
- google-auth==2.43.0
23
- google-auth-httplib2==0.2.1
24
- google-genai==1.52.0
25
- google-generativeai==0.8.5
26
- googleapis-common-protos==1.72.0
27
- greenlet==3.2.4
28
- groq==0.36.0
29
- grpcio==1.76.0
30
- grpcio-status==1.71.2
31
- h11==0.16.0
32
- hf-xet==1.2.0
33
- httpcore==1.0.9
34
- httplib2==0.31.0
35
- httpx==0.28.1
36
- httpx-sse==0.4.0
37
- huggingface_hub==1.1.5
38
- idna==3.11
39
- jiter==0.12.0
40
- jsonpatch==1.33
41
- jsonpointer==3.0.0
42
- kiwisolver==1.4.9
43
- langchain==1.1.0
44
- langchain-core==1.1.0
45
- langchain-google-genai==3.2.0
46
- langgraph==1.0.4
47
- langgraph-checkpoint==3.0.1
48
- langgraph-prebuilt==1.0.5
49
- langgraph-sdk==0.2.10
50
- langsmith==0.4.49
51
- markdownify==1.2.2
52
- matplotlib==3.10.7
53
- numpy==2.3.5
54
- openai==2.8.1
55
- orjson==3.11.4
56
- ormsgpack==1.12.0
57
- packaging==25.0
58
- pandas==2.3.3
59
- pillow==12.0.0
60
- playwright==1.56.0
61
- proto-plus==1.26.1
62
- protobuf==5.29.5
63
- pyasn1==0.6.1
64
- pyasn1_modules==0.4.2
65
- pydantic==2.12.5
66
- pydantic_core==2.41.5
67
- pyee==13.0.0
68
- pyparsing==3.2.5
69
- PyPDF2==3.0.1
70
- python-dateutil==2.9.0.post0
71
- python-dotenv==1.2.1
72
- pytz==2025.2
73
- PyYAML==6.0.3
74
- requests==2.32.5
75
- requests-toolbelt==1.0.0
76
- rsa==4.9.1
77
- shellingham==1.5.4
78
- six==1.17.0
79
- sniffio==1.3.1
80
- soupsieve==2.8
81
- starlette==0.50.0
82
- tabula-py==2.10.0
83
- tenacity==9.1.2
84
- tokenizers==0.22.1
85
- tqdm==4.67.1
86
- typer-slim==0.20.0
87
- types-requests==2.32.4.20250913
88
- typing-inspection==0.4.2
89
- typing_extensions==4.15.0
90
- tzdata==2025.2
91
- uritemplate==4.2.0
92
- urllib3==2.5.0
93
- uvicorn==0.38.0
94
- websockets==15.0.1
95
- xxhash==3.6.0
96
- zstandard==0.25.0
 
1
+ fastapi
2
+ uvicorn
3
+ python-dotenv
4
+ langchain
5
+ langchain-core
6
+ langchain-google-genai
7
+ langgraph
8
+ playwright
9
+ beautifulsoup4
10
+ requests
11
+ google-generativeai
12
+ uv
13
+ matplotlib
14
+ pandas
15
+ pypdf2
16
+ numpy