forked from microsoftgraph/msgraph-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
132 lines (66 loc) · 2.67 KB
/
requirements-dev.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
-i https://pypi.org/simple
astroid==3.0.2 ; python_full_version >= '3.7.2'
build==1.0.3
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.7 ; python_version >= '3.11'
importlib-metadata==6.8.0 ; python_version >= '3.8'
isort==5.13.2
lazy-object-proxy==1.9.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.7.1
mypy-extensions==1.0.0 ; python_version >= '3.5'
packaging==23.2 ; python_version >= '3.7'
pathlib2==2.3.7.post1
platformdirs==4.1.0 ; python_version >= '3.7'
pylint==3.0.3
pyproject-hooks==1.0.0 ; python_version >= '3.7'
setuptools==69.0.2
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.3 ; python_version >= '3.7'
typing-extensions==4.9.0 ; python_version >= '3.7'
wrapt==1.16.0 ; python_version >= '3.11'
yapf==0.40.2
zipp==3.17.0 ; python_version >= '3.8'
aiohttp==3.9.1 ; python_version >= '3.6'
aiosignal==1.3.1 ; python_version >= '3.7'
anyio==4.1.0 ; python_version >= '3.7'
async-timeout==4.0.3 ; python_version >= '3.6'
attrs==23.1.0 ; python_version >= '3.7'
azure-core==1.29.5 ; python_version >= '3.7'
azure-identity==1.15.0
certifi==2023.11.17 ; python_version >= '3.6'
cffi==1.16.0
charset-normalizer==3.3.2 ; python_version >= '3.7'
cryptography==41.0.7 ; python_version >= '3.7'
frozenlist==1.4.0 ; 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.2 ; python_version >= '3.7'
httpx[http2]==0.25.2 ; python_version >= '3.7'
hyperframe==6.0.1 ; python_full_version >= '3.6.1'
idna==3.6 ; python_version >= '3.5'
microsoft-kiota-abstractions==1.0.0
microsoft-kiota-authentication-azure==1.0.0
microsoft-kiota-http==1.2.0
microsoft-kiota-serialization-json==1.0.0
microsoft-kiota-serialization-text==1.0.0
msal==1.26.0
msal-extensions==1.1.0
msgraph-core==1.0.0a4
multidict==6.0.4 ; python_version >= '3.7'
portalocker==2.8.2 ; python_version >= '3.5' and platform_system != 'Windows'
pycparser==2.21
pyjwt[crypto]==2.8.0 ; python_version >= '3.7'
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
requests==2.31.0 ; python_version >= '3.7'
sniffio==1.3.0 ; python_version >= '3.7'
uritemplate==4.1.1 ; python_version >= '3.6'
urllib3==2.1.0 ; python_version >= '3.7'
yarl==1.9.4 ; python_version >= '3.7'