forked from EmergenceAI/Agent-E
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
196 lines (196 loc) · 3.7 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
annotated-types==0.6.0
# via pydantic
anthropic==0.23.1
anyio==4.3.0
# via
# anthropic
# httpx
# openai
cachetools==5.3.3
# via google-auth
certifi==2024.2.2
# via
# httpcore
# httpx
# requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via
# pdfminer-six
# requests
click==8.1.7
# via nltk
cryptography==42.0.8
# via pdfminer-six
diskcache==5.6.3
# via pyautogen
distro==1.9.0
# via
# anthropic
# openai
docker==7.0.0
# via pyautogen
filelock==3.13.3
# via huggingface-hub
flaml==2.1.1
# via pyautogen
fsspec==2024.3.1
# via huggingface-hub
google-ai-generativelanguage==0.6.2
# via google-generativeai
google-api-core==2.19.0
# via
# google-ai-generativelanguage
# google-api-python-client
# google-generativeai
google-api-python-client==2.127.0
# via google-generativeai
google-auth==2.29.0
# via
# google-ai-generativelanguage
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-generativeai
google-auth-httplib2==0.2.0
# via google-api-python-client
google-generativeai==0.5.1
googleapis-common-protos==1.63.0
# via
# google-api-core
# grpcio-status
greenlet==3.0.3
# via playwright
grpcio==1.63.0
# via
# google-api-core
# grpcio-status
grpcio-status==1.62.2
# via google-api-core
h11==0.14.0
# via httpcore
httpcore==1.0.4
# via httpx
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
httpx==0.27.0
# via
# anthropic
# openai
huggingface-hub==0.22.2
# via tokenizers
idna==3.6
# via
# anyio
# httpx
# requests
joblib==1.3.2
# via nltk
nest-asyncio==1.6.0
nltk==3.8.1
numpy==1.26.4
# via
# flaml
# pyautogen
openai==1.13.3
# via pyautogen
packaging==23.2
# via
# docker
# huggingface-hub
pdfminer-six==20231228
# via pdfplumber
pdfplumber==0.11.1
pillow==10.3.0
# via pdfplumber
playwright==1.44.0
proto-plus==1.23.0
# via
# google-ai-generativelanguage
# google-api-core
protobuf==4.25.3
# via
# google-ai-generativelanguage
# google-api-core
# google-generativeai
# googleapis-common-protos
# grpcio-status
# proto-plus
pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
# via google-auth
pyautogen==0.2.27
pycparser==2.22
# via cffi
pydantic==2.6.2
# via
# anthropic
# google-generativeai
# openai
# pyautogen
pydantic-core==2.16.3
# via pydantic
pyee==11.1.0
# via playwright
pyparsing==3.1.2
# via httplib2
pypdfium2==4.30.0
# via pdfplumber
python-dotenv==1.0.0
# via pyautogen
pyyaml==6.0.1
# via huggingface-hub
regex==2023.12.25
# via
# nltk
# tiktoken
requests==2.31.0
# via
# docker
# google-api-core
# huggingface-hub
# tiktoken
rsa==4.9
# via google-auth
sniffio==1.3.1
# via
# anthropic
# anyio
# httpx
# openai
tabulate==0.9.0
termcolor==2.4.0
# via pyautogen
tiktoken==0.6.0
# via pyautogen
tokenizers==0.15.2
# via anthropic
tqdm==4.66.2
# via
# google-generativeai
# huggingface-hub
# nltk
# openai
typing-extensions==4.10.0
# via
# anthropic
# google-generativeai
# huggingface-hub
# openai
# pydantic
# pydantic-core
# pyee
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.1
# via
# docker
# requests