forked from Azure-Samples/azure-search-openai-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
146 lines (146 loc) · 2.82 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
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
aiohttp==3.8.6
# via openai
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
azure-ai-formrecognizer==3.3.2
# via -r requirements.in
azure-common==1.1.28
# via
# azure-ai-formrecognizer
# azure-search-documents
azure-core==1.29.5
# via
# azure-ai-formrecognizer
# azure-identity
# azure-search-documents
# azure-storage-blob
# azure-storage-file-datalake
# msrest
azure-identity==1.15.0
# via -r requirements.in
azure-search-documents==11.4.0b6
# via -r requirements.in
azure-storage-blob==12.19.0
# via
# -r requirements.in
# azure-storage-file-datalake
azure-storage-file-datalake==12.14.0
# via -r requirements.in
certifi==2023.7.22
# via
# msrest
# requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via
# aiohttp
# requests
cryptography==41.0.5
# via
# azure-identity
# azure-storage-blob
# msal
# pyjwt
et-xmlfile==1.1.0
# via openpyxl
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
idna==3.4
# via
# requests
# yarl
isodate==0.6.1
# via
# azure-search-documents
# azure-storage-blob
# azure-storage-file-datalake
# msrest
msal==1.25.0
# via
# azure-identity
# msal-extensions
msal-extensions==1.0.0
# via azure-identity
msrest==0.7.1
# via azure-ai-formrecognizer
multidict==6.0.4
# via
# aiohttp
# yarl
numpy==1.26.1
# via
# openai
# pandas
# pandas-stubs
oauthlib==3.2.2
# via requests-oauthlib
openai[datalib]==0.28.1
# via -r requirements.in
openpyxl==3.1.2
# via openai
pandas==2.1.2
# via openai
pandas-stubs==2.1.1.230928
# via openai
portalocker==2.8.2
# via msal-extensions
pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via msal
pypdf==3.17.0
# via -r requirements.in
python-dateutil==2.8.2
# via pandas
pytz==2023.3.post1
# via pandas
regex==2023.10.3
# via tiktoken
requests==2.31.0
# via
# azure-core
# msal
# msrest
# openai
# requests-oauthlib
# tiktoken
requests-oauthlib==1.3.1
# via msrest
six==1.16.0
# via
# azure-core
# isodate
# python-dateutil
tenacity==8.2.3
# via -r requirements.in
tiktoken==0.5.1
# via -r requirements.in
tqdm==4.66.1
# via openai
types-pytz==2023.3.1.1
# via pandas-stubs
typing-extensions==4.8.0
# via
# azure-ai-formrecognizer
# azure-core
# azure-storage-blob
# azure-storage-file-datalake
tzdata==2023.3
# via pandas
urllib3==2.0.7
# via requests
yarl==1.9.2
# via aiohttp