This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
/
requirements_test.txt
237 lines (236 loc) · 4.65 KB
/
requirements_test.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
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --extra=dev --output-file=requirements_test.txt --pip-args='-c requirements_all.txt' setup.cfg
#
aiohttp==3.8.1
# via pyunifiprotect (setup.cfg)
aioshutil==1.1
# via pyunifiprotect (setup.cfg)
aiosignal==1.2.0
# via aiohttp
astroid==2.9.0
# via pylint
async-timeout==4.0.1
# via aiohttp
asyncio==3.4.3
# via pyunifiprotect (setup.cfg)
attrs==21.2.0
# via
# aiohttp
# pytest
backcall==0.2.0
# via ipython
backports.entry-points-selectable==1.1.1
# via virtualenv
base36==0.1.1
# via pyunifiprotect (setup.cfg)
black==21.11b1
# via pyunifiprotect (setup.cfg)
build==0.7.0
# via pyunifiprotect (setup.cfg)
charset-normalizer==2.0.8
# via aiohttp
click==8.0.3
# via
# black
# pip-tools
# typer
coverage[toml]==6.1.2
# via
# pytest-cov
# pyunifiprotect (setup.cfg)
decorator==5.1.0
# via ipython
distlib==0.3.3
# via virtualenv
filelock==3.4.0
# via
# tox
# virtualenv
flake8==4.0.1
# via
# flake8-docstrings
# pyproject-flake8
# pyunifiprotect (setup.cfg)
flake8-docstrings==1.6.0
# via pyunifiprotect (setup.cfg)
frozenlist==1.2.0
# via
# aiohttp
# aiosignal
idna==3.3
# via yarl
iniconfig==1.1.1
# via pytest
ipython==7.29.0
# via pyunifiprotect (setup.cfg)
isort==5.10.1
# via pylint
jedi==0.18.1
# via ipython
lazy-object-proxy==1.6.0
# via astroid
matplotlib-inline==0.1.3
# via ipython
mccabe==0.6.1
# via
# flake8
# pylint
multidict==5.2.0
# via
# aiohttp
# yarl
mypy==0.910
# via pyunifiprotect (setup.cfg)
mypy-extensions==0.4.3
# via
# black
# mypy
packaging==21.3
# via
# build
# pytest
# pytest-sugar
# pyunifiprotect (setup.cfg)
# tox
parso==0.8.2
# via jedi
pathspec==0.9.0
# via black
pep517==0.12.0
# via
# build
# pip-tools
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==8.4.0
# via pyunifiprotect (setup.cfg)
pip-tools==6.4.0
# via pyunifiprotect (setup.cfg)
platformdirs==2.4.0
# via
# black
# pylint
# virtualenv
pluggy==1.0.0
# via
# pytest
# tox
prompt-toolkit==3.0.22
# via ipython
ptyprocess==0.7.0
# via pexpect
py==1.11.0
# via
# pytest
# tox
py-cpuinfo==8.0.0
# via pytest-benchmark
pycodestyle==2.8.0
# via flake8
pydantic==1.8.2
# via pyunifiprotect (setup.cfg)
pydocstyle==6.1.1
# via
# flake8-docstrings
# pyunifiprotect (setup.cfg)
pyflakes==2.4.0
# via flake8
pygments==2.10.0
# via ipython
pyjwt==2.3.0
# via pyunifiprotect (setup.cfg)
pylint==2.12.1
# via
# pylint-strict-informational
# pyunifiprotect (setup.cfg)
pylint-strict-informational==0.1
# via pyunifiprotect (setup.cfg)
pyparsing==3.0.6
# via packaging
pyproject-flake8==0.0.1a2
# via pyunifiprotect (setup.cfg)
pytest==6.2.5
# via
# pytest-asyncio
# pytest-benchmark
# pytest-cov
# pytest-sugar
# pytest-timeout
# pyunifiprotect (setup.cfg)
pytest-asyncio==0.16.0
# via pyunifiprotect (setup.cfg)
pytest-benchmark==3.4.1
# via pyunifiprotect (setup.cfg)
pytest-cov==3.0.0
# via pyunifiprotect (setup.cfg)
pytest-sugar==0.9.4
# via pyunifiprotect (setup.cfg)
pytest-timeout==2.0.1
# via pyunifiprotect (setup.cfg)
python-dotenv==0.19.2
# via pyunifiprotect (setup.cfg)
pytz==2021.3
# via pyunifiprotect (setup.cfg)
regex==2021.11.10
# via black
six==1.16.0
# via
# tox
# virtualenv
snowballstemmer==2.2.0
# via pydocstyle
termcolor==1.1.0
# via
# pytest-sugar
# pyunifiprotect (setup.cfg)
toml==0.10.2
# via
# mypy
# pylint
# pyproject-flake8
# pytest
# tox
tomli==1.2.2
# via
# black
# build
# coverage
# pep517
tox==3.24.4
# via pyunifiprotect (setup.cfg)
traitlets==5.1.1
# via
# ipython
# matplotlib-inline
typer==0.4.0
# via pyunifiprotect (setup.cfg)
types-pillow==8.3.7
# via pyunifiprotect (setup.cfg)
types-pytz==2021.3.1
# via pyunifiprotect (setup.cfg)
types-termcolor==1.1.2
# via pyunifiprotect (setup.cfg)
typing-extensions==4.0.0
# via
# async-timeout
# black
# mypy
# pydantic
virtualenv==20.10.0
# via tox
wcwidth==0.2.5
# via prompt-toolkit
wheel==0.37.0
# via pip-tools
wrapt==1.13.3
# via astroid
yarl==1.7.2
# via aiohttp
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools