-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements_dev.txt
79 lines (79 loc) · 1.33 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
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements_dev.in
#
astroid==2.12.9
# via pylint
attrs==22.1.0
# via pytest
black==22.8.0
# via -r requirements_dev.in
build==0.8.0
# via -r requirements_dev.in
click==8.1.3
# via black
coverage[toml]==6.4.4
# via pytest-cov
dill==0.3.5.1
# via pylint
exceptiongroup==1.1.0
# via pytest
iniconfig==1.1.1
# via pytest
isort==5.10.1
# via pylint
lazy-object-proxy==1.7.1
# via astroid
mccabe==0.7.0
# via pylint
mypy==0.971
# via -r requirements_dev.in
mypy-extensions==0.4.3
# via
# black
# mypy
packaging==21.3
# via
# build
# pytest
pathspec==0.10.1
# via black
pep517==0.13.0
# via build
platformdirs==2.5.2
# via
# black
# pylint
pluggy==1.0.0
# via pytest
pylint==2.15.2
# via -r requirements_dev.in
pyparsing==3.0.9
# via packaging
pytest==7.2.2
# via
# -r requirements_dev.in
# pytest-cov
pytest-cov==3.0.0
# via -r requirements_dev.in
tomli==2.0.1
# via
# black
# build
# coverage
# mypy
# pep517
# pylint
# pytest
tomlkit==0.11.4
# via pylint
typing-extensions==4.3.0
# via
# astroid
# black
# mypy
# pylint
wrapt==1.14.1
# via astroid