-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
85 lines (85 loc) · 1.51 KB
/
requirements-dev.txt
File metadata and controls
85 lines (85 loc) · 1.51 KB
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
#
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --resolver=backtracking requirements-dev.in
#
appdirs==1.4.4
# via black
attrs==21.2.0
# via pytest
autoflake==1.4
# via -r requirements-dev.in
black==20.8b1
# via -r requirements-dev.in
click==8.0.3
# via black
execnet==1.9.0
# via pytest-xdist
flake8==4.0.1
# via -r requirements-dev.in
importlib-metadata==4.2.0
# via
# click
# flake8
# pluggy
# pytest
iniconfig==1.1.1
# via pytest
invoke==1.6.0
# via -r requirements-dev.in
isort==5.10.1
# via -r requirements-dev.in
mccabe==0.6.1
# via flake8
mypy==0.910
# via -r requirements-dev.in
mypy-extensions==0.4.3
# via
# black
# mypy
packaging==21.2
# via pytest
pathspec==0.9.0
# via black
pluggy==1.0.0
# via pytest
py==1.11.0
# via
# pytest
# pytest-forked
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via
# autoflake
# flake8
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via
# -r requirements-dev.in
# pytest-forked
# pytest-xdist
pytest-forked==1.3.0
# via pytest-xdist
pytest-xdist==2.4.0
# via -r requirements-dev.in
regex==2021.11.2
# via black
toml==0.10.2
# via
# black
# mypy
# pytest
typed-ast==1.4.3
# via
# black
# mypy
typing-extensions==3.10.0.2
# via
# black
# importlib-metadata
# mypy
zipp==3.6.0
# via importlib-metadata