Skip to content

Commit 39da483

Browse files
author
ks6088ts
committed
pip freeze > requirements.txt
1 parent 41840da commit 39da483

File tree

1 file changed

+58
-31
lines changed

1 file changed

+58
-31
lines changed

requirements.txt

Lines changed: 58 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,60 @@
1-
openai==1.43.1
1+
aiohappyeyeballs==2.4.3
2+
aiohttp==3.11.7
3+
aiosignal==1.3.1
4+
annotated-types==0.7.0
5+
anyio==4.6.2.post1
6+
attrs==24.2.0
7+
azure-core==1.32.0
8+
azure-cosmos==4.9.0
9+
certifi==2024.8.30
10+
charset-normalizer==3.4.0
11+
click==8.1.7
12+
dataclasses-json==0.6.7
13+
distro==1.9.0
14+
frozenlist==1.5.0
15+
h11==0.14.0
16+
httpcore==1.0.7
17+
httpx==0.27.2
18+
httpx-sse==0.4.0
19+
idna==3.10
20+
jiter==0.7.1
21+
jsonpatch==1.33
22+
jsonpointer==3.0.0
23+
langchain==0.3.8
24+
langchain-community==0.3.8
25+
langchain-core==0.3.21
26+
langchain-openai==0.2.9
27+
langchain-text-splitters==0.3.2
28+
langsmith==0.1.145
29+
markdown-it-py==3.0.0
30+
marshmallow==3.23.1
31+
mdurl==0.1.2
32+
multidict==6.1.0
33+
mypy-extensions==1.0.0
34+
numpy==1.26.4
35+
openai==1.55.0
36+
orjson==3.10.12
37+
packaging==24.2
38+
propcache==0.2.0
39+
pydantic==2.10.1
40+
pydantic-settings==2.6.1
41+
pydantic_core==2.27.1
42+
Pygments==2.18.0
243
python-dotenv==1.0.1
3-
streamlit==1.38.0
4-
azure-cosmos==4.7.0
5-
plotly==5.24.1
6-
pandas==2.2.2
7-
langchain==0.2.16
8-
langchain-openai==0.1.25
9-
langchain-community==0.2.12
10-
azure-search-documents==11.5.1
11-
azure-identity==1.18.0
12-
azure-ai-documentintelligence==1.0.0b4
13-
azure-storage-blob==12.23.1
44+
PyYAML==6.0.2
45+
regex==2024.11.6
1446
requests==2.32.3
15-
promptflow==1.15.0
16-
promptflow-evals==0.3.2
17-
langgraph==0.2.23
18-
langchain-chroma==0.1.4
19-
beautifulsoup4==4.12.3
20-
langgraph-checkpoint-sqlite==1.0.4
21-
playwright==1.47.0
22-
lxml==5.3.0
23-
nest-asyncio==1.6.0
24-
typer==0.12.5
25-
26-
# To run 99_streamlit_examples/pages/10_Object_Detection.py
27-
# ultralytics==8.2.89
28-
29-
# To run 99_streamlit_examples/pages/11_Pose_Estimation.py
30-
# mediapipe==0.10.14
31-
32-
# To run 99_streamlit_examples/pages/12_Video_processing.py
33-
# opencv-python-headless==4.10.0.84
47+
requests-toolbelt==1.0.0
48+
rich==13.9.4
49+
shellingham==1.5.4
50+
six==1.16.0
51+
sniffio==1.3.1
52+
SQLAlchemy==2.0.35
53+
tenacity==9.0.0
54+
tiktoken==0.8.0
55+
tqdm==4.67.0
56+
typer==0.13.1
57+
typing-inspect==0.9.0
58+
typing_extensions==4.12.2
59+
urllib3==2.2.3
60+
yarl==1.18.0

0 commit comments

Comments
 (0)