forked from microsoft/kiota-authentication-azure-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
110 lines (55 loc) · 1.98 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
-i https://pypi.org/simple
astroid==2.15.6 ; python_full_version >= '3.7.2'
asyncmock==0.4.2
certifi==2023.7.22 ; python_version >= '3.6'
charset-normalizer==3.2.0 ; python_full_version >= '3.7.0'
colorama==0.4.6 ; sys_platform == 'win32'
coverage[toml]==7.3.0 ; python_version >= '3.7'
dill==0.3.6 ; python_version < '3.11'
docutils==0.20.1 ; python_version >= '3.7'
exceptiongroup==1.1.1 ; python_version < '3.11'
flit==3.9.0
flit-core==3.9.0 ; python_version >= '3.6'
idna==3.4 ; python_version >= '3.5'
importlib-metadata==6.8.0 ; python_version >= '3.7'
iniconfig==2.0.0 ; python_version >= '3.7'
isort==5.12.0
lazy-object-proxy==1.9.0 ; python_version >= '3.7'
mccabe==0.7.0 ; python_version >= '3.6'
mock==5.1.0 ; python_version >= '3.6'
mypy==1.5.1
mypy-extensions==1.0.0 ; python_version >= '3.5'
packaging==23.1 ; python_version >= '3.7'
platformdirs==3.10.0 ; python_version >= '3.7'
pluggy==1.2.0 ; python_version >= '3.7'
pylint==2.17.5
pytest==7.4.0
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-mock==3.11.1
pyyaml==6.0.1 ; python_version >= '3.6'
requests==2.31.0 ; python_version >= '3.7'
responses==0.23.3
toml==0.10.2
tomli==2.0.1 ; python_version < '3.11'
tomli-w==1.0.0 ; python_version >= '3.7'
tomlkit==0.12.1 ; python_version >= '3.7'
types-pyyaml==6.0.12.11
types-requests==2.31.0.2
types-urllib3==1.26.25.14
typing-extensions==4.7.1 ; python_version >= '3.7'
urllib3==2.0.4 ; python_version >= '3.7'
wrapt==1.15.0 ; python_version < '3.11'
yapf==0.40.1
zipp==3.16.2 ; python_version >= '3.7'
aiohttp==3.8.5
aiosignal==1.3.1 ; 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.3
frozenlist==1.4.0 ; python_version >= '3.7'
microsoft-kiota-abstractions==0.7.1
multidict==6.0.4 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
uritemplate==4.1.1 ; python_version >= '3.6'
yarl==1.9.2 ; python_version >= '3.7'