forked from microsoftgraph/msgraph-snippets-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
158 lines (158 loc) · 3.35 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
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt --resolver=backtracking
#
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.11
# via microsoft-kiota-authentication-azure
aiosignal==1.3.1
# via aiohttp
anyio==4.6.0
# via httpx
async-timeout==4.0.3
# via aiohttp
attrs==24.2.0
# via aiohttp
azure-core==1.31.0
# via
# azure-identity
# microsoft-kiota-authentication-azure
azure-identity==1.20.0
# via
# -r requirements.in
# msgraph-sdk
certifi==2024.8.30
# via
# httpcore
# httpx
# requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==43.0.1
# via
# azure-identity
# msal
# pyjwt
deprecated==1.2.14
# via
# opentelemetry-api
# opentelemetry-semantic-conventions
exceptiongroup==1.2.2
# via anyio
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
h11==0.14.0
# via httpcore
h2==4.1.0
# via httpx
hpack==4.0.0
# via h2
httpcore==1.0.5
# via httpx
httpx[http2]==0.27.2
# via
# microsoft-kiota-http
# msgraph-core
hyperframe==6.0.1
# via h2
idna==3.10
# via
# anyio
# httpx
# requests
# yarl
importlib-metadata==8.4.0
# via opentelemetry-api
microsoft-kiota-abstractions==1.9.2
# via
# microsoft-kiota-authentication-azure
# microsoft-kiota-http
# microsoft-kiota-serialization-form
# microsoft-kiota-serialization-json
# microsoft-kiota-serialization-multipart
# microsoft-kiota-serialization-text
# msgraph-core
microsoft-kiota-authentication-azure==1.9.2
# via msgraph-core
microsoft-kiota-http==1.9.2
# via msgraph-core
microsoft-kiota-serialization-form==1.9.2
# via msgraph-sdk
microsoft-kiota-serialization-json==1.9.2
# via msgraph-sdk
microsoft-kiota-serialization-multipart==1.9.2
# via msgraph-sdk
microsoft-kiota-serialization-text==1.9.2
# via msgraph-sdk
msal==1.31.0
# via
# azure-identity
# msal-extensions
msal-extensions==1.2.0
# via azure-identity
msgraph-core==1.3.1
# via msgraph-sdk
msgraph-sdk==1.21.0
# via -r requirements.in
multidict==6.1.0
# via
# aiohttp
# yarl
opentelemetry-api==1.27.0
# via
# microsoft-kiota-abstractions
# microsoft-kiota-authentication-azure
# microsoft-kiota-http
# opentelemetry-sdk
# opentelemetry-semantic-conventions
opentelemetry-sdk==1.27.0
# via
# microsoft-kiota-abstractions
# microsoft-kiota-authentication-azure
# microsoft-kiota-http
opentelemetry-semantic-conventions==0.48b0
# via opentelemetry-sdk
portalocker==2.10.1
# via msal-extensions
propcache==0.2.0
# via yarl
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
# via
# msal
# pyjwt
requests==2.32.3
# via
# azure-core
# msal
six==1.16.0
# via azure-core
sniffio==1.3.1
# via
# anyio
# httpx
std-uritemplate==2.0.3
# via microsoft-kiota-abstractions
typing-extensions==4.12.2
# via
# anyio
# azure-core
# azure-identity
# multidict
# opentelemetry-sdk
urllib3==2.2.3
# via requests
wrapt==1.16.0
# via deprecated
yarl==1.17.2
# via aiohttp
zipp==3.20.2
# via importlib-metadata