forked from Netflix/dispatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
72 lines (72 loc) · 1.32 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
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --no-emit-index-url requirements-dev.in
#
asttokens==2.0.5
# via devtools
attrs==20.3.0
# via pytest
black==21.8b0
# via -r requirements-dev.in
click==7.1.2
# via black
coverage==5.5
# via -r requirements-dev.in
devtools==0.7.0
# via -r requirements-dev.in
executing==0.8.0
# via devtools
factory-boy==3.2.0
# via -r requirements-dev.in
faker==8.12.1
# via
# -r requirements-dev.in
# factory-boy
flake8==3.9.2
# via -r requirements-dev.in
iniconfig==1.1.1
# via pytest
mccabe==0.6.1
# via flake8
mypy-extensions==0.4.3
# via black
packaging==20.9
# via pytest
pathspec==0.9.0
# via black
platformdirs==2.2.0
# via black
pluggy==0.13.1
# via pytest
py==1.10.0
# via pytest
pycodestyle==2.7.0
# via flake8
pyflakes==2.3.0
# via flake8
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via -r requirements-dev.in
python-dateutil==2.8.2
# via faker
regex==2020.11.13
# via black
six==1.15.0
# via
# asttokens
# python-dateutil
text-unidecode==1.3
# via faker
toml==0.10.2
# via
# pytest
# vulture
tomli==1.0.4
# via black
typing-extensions==3.10.0.1
# via black
vulture==2.3
# via -r requirements-dev.in