-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
269 lines (268 loc) · 4.96 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
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements-dev.in
#
aiohttp==3.8.1
# via dapr
aiosignal==1.2.0
# via aiohttp
astroid==2.11.4
# via pylint
async-timeout==4.0.2
# via aiohttp
attrs==21.4.0
# via
# aiohttp
# pytest
bandit==1.7.4
# via -r requirements-dev.in
black==22.3.0
# via -r requirements-dev.in
cachetools==5.0.0
# via google-auth
certifi==2021.10.8
# via requests
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.0.12
# via
# aiohttp
# requests
click==8.1.3
# via
# black
# coveragepy-lcov
# flask
# pip-tools
cloudevents==1.2.0
# via -r requirements-dev.in
coverage[toml]==6.3.2
# via
# coverage2clover
# coveragepy-lcov
# pytest-cov
coverage2clover==3.3.0
# via -r requirements-dev.in
coveragepy-lcov==0.1.2
# via -r requirements-dev.in
dapr==1.6.0
# via -r requirements-dev.in
deprecation==2.1.0
# via cloudevents
dill==0.3.4
# via pylint
distlib==0.3.4
# via virtualenv
docopt==0.6.2
# via pipreqs
filelock==3.6.0
# via virtualenv
flake8==4.0.1
# via -r requirements-dev.in
flask==2.1.2
# via -r requirements-dev.in
frozenlist==1.3.0
# via
# aiohttp
# aiosignal
gitdb==4.0.9
# via gitpython
gitpython==3.1.27
# via bandit
google-api-core==2.7.3
# via opencensus
google-auth==2.6.6
# via google-api-core
googleapis-common-protos==1.56.0
# via google-api-core
grpc-stubs==1.24.10
# via -r requirements-dev.in
grpcio==1.44.0
# via
# -r requirements-dev.in
# dapr
# grpc-stubs
# grpcio-tools
# opencensus-ext-grpc
grpcio-tools==1.44.0
# via -r requirements-dev.in
identify==2.5.0
# via pre-commit
idna==3.3
# via
# requests
# yarl
importlib-metadata==4.11.3
# via flask
iniconfig==1.1.1
# via pytest
isort==5.10.1
# via pylint
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
# via flask
lazy-object-proxy==1.7.1
# via astroid
markupsafe==2.1.1
# via jinja2
mccabe==0.6.1
# via
# flake8
# pylint
multidict==6.0.2
# via
# aiohttp
# yarl
mypy==0.950
# via -r requirements-dev.in
mypy-extensions==0.4.3
# via
# black
# mypy
mypy-protobuf==3.2.0
# via -r requirements-dev.in
nodeenv==1.6.0
# via pre-commit
opencensus==0.9.0
# via
# -r requirements-dev.in
# opencensus-ext-grpc
opencensus-context==0.1.2
# via opencensus
opencensus-ext-grpc==0.7.2
# via -r requirements-dev.in
packaging==21.3
# via
# deprecation
# pytest
paho-mqtt==1.6.1
# via -r requirements-dev.in
pathspec==0.9.0
# via black
pbr==5.8.1
# via stevedore
pep517==0.12.0
# via pip-tools
pip-tools==6.6.0
# via -r requirements-dev.in
pipreqs==0.4.11
# via -r requirements-dev.in
platformdirs==2.5.2
# via
# black
# pylint
# virtualenv
pluggy==1.0.0
# via pytest
pre-commit==2.18.1
# via -r requirements-dev.in
protobuf==3.19.4
# via
# -r requirements-dev.in
# dapr
# google-api-core
# googleapis-common-protos
# grpcio-tools
# mypy-protobuf
py==1.11.0
# via pytest
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via google-auth
pycodestyle==2.8.0
# via flake8
pydocstyle==6.1.1
# via -r requirements-dev.in
pyflakes==2.4.0
# via flake8
pygments==2.12.0
# via pygount
pygount==1.2.4
# via coverage2clover
pylint==2.13.7
# via -r requirements-dev.in
pyparsing==3.0.8
# via packaging
pytest==7.1.2
# via
# -r requirements-dev.in
# pytest-asyncio
# pytest-cov
# pytest-ordering
pytest-asyncio==0.18.3
# via -r requirements-dev.in
pytest-cov==3.0.0
# via -r requirements-dev.in
pytest-ordering==0.6
# via -r requirements-dev.in
python-dateutil==2.8.2
# via dapr
pyyaml==6.0
# via
# bandit
# pre-commit
requests==2.27.1
# via
# google-api-core
# yarg
rsa==4.8
# via google-auth
six==1.16.0
# via
# google-auth
# grpcio
# python-dateutil
# virtualenv
smmap==5.0.0
# via gitdb
snowballstemmer==2.2.0
# via pydocstyle
stevedore==3.5.0
# via bandit
toml==0.10.2
# via pre-commit
tomli==2.0.1
# via
# black
# coverage
# mypy
# pep517
# pylint
# pytest
types-protobuf==3.19.18
# via
# -r requirements-dev.in
# mypy-protobuf
typing-extensions==4.2.0
# via
# astroid
# black
# mypy
# pylint
urllib3==1.26.9
# via requests
virtualenv==20.14.1
# via pre-commit
werkzeug==2.1.2
# via flask
wheel==0.37.1
# via
# -r requirements-dev.in
# pip-tools
wrapt==1.14.1
# via astroid
yarg==0.1.9
# via pipreqs
yarl==1.7.2
# via aiohttp
zipp==3.8.0
# via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools