forked from microsoftgraph/msgraph-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
136 lines (68 loc) · 2.77 KB
/
requirements-dev.txt
File metadata and controls
136 lines (68 loc) · 2.77 KB
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
-i https://pypi.org/simple
astroid==3.2.2 ; python_full_version >= '3.7.2'
build==1.2.1
bumpver==2023.1129
click==8.1.7 ; python_version >= '3.6'
colorama==0.4.6 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
dill==0.3.8 ; python_version >= '3.11'
importlib-metadata==6.8.0 ; python_version >= '3.8'
isort==5.13.2
lazy-object-proxy==1.10.0 ; python_version >= '3.7'
lexid==2021.1006 ; python_version >= '2.7'
looseversion==1.3.0 ; python_version >= '3.5'
mccabe==0.7.0 ; python_version >= '3.6'
mypy==1.10.1
mypy-extensions==1.0.0 ; python_version >= '3.5'
packaging==24.1 ; python_version >= '3.7'
pathlib2==2.3.7.post1
platformdirs==4.2.2 ; python_version >= '3.7'
pylint==3.2.5
pyproject-hooks==1.1.0 ; python_version >= '3.7'
setuptools==70.2.0
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml==0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==2.0.1 ; python_version >= '3.7'
tomlkit==0.12.5 ; python_version >= '3.7'
typing-extensions==4.12.2 ; python_version >= '3.7'
wrapt==1.16.0 ; python_version >= '3.11'
yapf==0.40.2
zipp==3.19.2 ; python_version >= '3.8'
aiohttp==3.9.5 ; python_version >= '3.6'
aiosignal==1.3.1 ; python_version >= '3.7'
anyio==4.4.0 ; python_version >= '3.7'
async-timeout==4.0.3 ; python_version >= '3.6'
attrs==23.2.0 ; python_version >= '3.7'
azure-core==1.30.2 ; python_version >= '3.7'
azure-identity==1.17.1
certifi==2024.7.4 ; python_version >= '3.6'
cffi==1.16.0
charset-normalizer==3.3.2 ; python_version >= '3.7'
cryptography==42.0.8 ; python_version >= '3.7'
frozenlist==1.4.1 ; python_version >= '3.8'
h11==0.14.0 ; python_version >= '3.7'
h2==4.1.0
hpack==4.0.0 ; python_full_version >= '3.6.1'
httpcore==1.0.5 ; python_version >= '3.7'
httpx[http2]==0.27.0 ; python_version >= '3.7'
hyperframe==6.0.1 ; python_full_version >= '3.6.1'
idna==3.7 ; python_version >= '3.5'
microsoft-kiota-abstractions==1.3.3
microsoft-kiota-authentication-azure==1.0.0
microsoft-kiota-http==1.3.1
microsoft-kiota-serialization-json==1.2.0
microsoft-kiota-serialization-text==1.0.0
microsoft-kiota-serialization-form ==0.1.0
microsoft-kiota-serialization-multipart ==0.1.0
msal==1.29.0
msal-extensions==1.2.0
msgraph-core==1.1.0
multidict==6.0.5 ; python_version >= '3.7'
portalocker==2.10.0 ; python_version >= '3.5' and platform_system != 'Windows'
pycparser==2.22
pyjwt[crypto]==2.8.0 ; python_version >= '3.7'
python-dateutil==2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
requests==2.32.3 ; python_version >= '3.7'
sniffio==1.3.1 ; python_version >= '3.7'
uritemplate==4.1.1 ; python_version >= '3.6'
urllib3==2.2.2 ; python_version >= '3.7'
yarl==1.9.4 ; python_version >= '3.7'