Skip to content

Commit 0ba32a8

Browse files
committed
feat: add dependencies
1 parent 205a91a commit 0ba32a8

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed

backend/requirements.txt

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
annotated-types==0.7.0
2+
anyio==4.9.0
3+
asttokens==3.0.0
4+
cachetools==5.5.2
5+
certifi==2025.6.15
6+
charset-normalizer==3.4.2
7+
click==8.2.1
8+
colorama==0.4.6
9+
comm==0.2.2
10+
contourpy==1.3.2
11+
cycler==0.12.1
12+
debugpy==1.8.14
13+
decorator==5.2.1
14+
dotenv==0.9.9
15+
exceptiongroup==1.3.0
16+
executing==2.2.0
17+
fastapi==0.115.14
18+
filetype==1.2.0
19+
fonttools==4.58.4
20+
google-ai-generativelanguage==0.6.15
21+
google-api-core==2.25.1
22+
google-api-python-client==2.174.0
23+
google-auth==2.40.3
24+
google-auth-httplib2==0.2.0
25+
google-generativeai==0.8.5
26+
googleapis-common-protos==1.70.0
27+
grpcio==1.73.1
28+
grpcio-status==1.71.2
29+
h11==0.16.0
30+
httpcore==1.0.9
31+
httplib2==0.22.0
32+
httpx==0.28.1
33+
idna==3.10
34+
ipykernel==6.29.5
35+
ipython==9.3.0
36+
ipython_pygments_lexers==1.1.1
37+
ipywidgets==8.1.7
38+
jedi==0.19.2
39+
jsonpatch==1.33
40+
jsonpointer==3.0.0
41+
jupyter_client==8.6.3
42+
jupyter_core==5.8.1
43+
jupyterlab_widgets==3.0.15
44+
kiwisolver==1.4.8
45+
langchain-core==0.3.67
46+
langchain-google-genai==2.1.6
47+
langgraph==0.5.0
48+
langgraph-checkpoint==2.1.0
49+
langgraph-prebuilt==0.5.2
50+
langgraph-sdk==0.1.72
51+
langsmith==0.4.4
52+
matplotlib==3.10.3
53+
matplotlib-inline==0.1.7
54+
nest-asyncio==1.6.0
55+
numpy==2.3.1
56+
orjson==3.10.18
57+
ormsgpack==1.10.0
58+
packaging==24.2
59+
parso==0.8.4
60+
pickleshare==0.7.5
61+
pillow==11.2.1
62+
pip==25.1
63+
platformdirs==4.3.8
64+
prompt_toolkit==3.0.51
65+
proto-plus==1.26.1
66+
protobuf==5.29.5
67+
psutil==7.0.0
68+
pure_eval==0.2.3
69+
pyasn1==0.6.1
70+
pyasn1_modules==0.4.2
71+
pydantic==2.11.7
72+
pydantic_core==2.33.2
73+
Pygments==2.19.2
74+
pyparsing==3.2.3
75+
python-dateutil==2.9.0.post0
76+
python-dotenv==1.1.1
77+
pywin32==310
78+
PyYAML==6.0.2
79+
pyzmq==27.0.0
80+
requests==2.32.4
81+
requests-toolbelt==1.0.0
82+
rsa==4.9.1
83+
setuptools==78.1.1
84+
six==1.17.0
85+
sniffio==1.3.1
86+
stack_data==0.6.3
87+
starlette==0.46.2
88+
tenacity==9.1.2
89+
tornado==6.5.1
90+
tqdm==4.67.1
91+
traitlets==5.14.3
92+
typing_extensions==4.14.0
93+
typing-inspection==0.4.1
94+
uritemplate==4.2.0
95+
urllib3==2.5.0
96+
uvicorn==0.35.0
97+
wcwidth==0.2.13
98+
wheel==0.45.1
99+
widgetsnbextension==4.0.14
100+
xxhash==3.5.0
101+
zstandard==0.23.0

0 commit comments

Comments
 (0)