-
Notifications
You must be signed in to change notification settings - Fork 10
/
requirements-dev.txt
58 lines (58 loc) · 1016 Bytes
/
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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements-dev.in
#
attrs==19.3.0
# via
# pytest
# syrupy
colored==1.4.2
# via syrupy
entrypoints==0.3
# via flake8
flake8==3.7.9
# via -r requirements-dev.in
iniconfig==1.0.1
# via pytest
mccabe==0.6.1
# via flake8
mock==4.0.2
# via -r requirements-dev.in
more-itertools==8.4.0
# via pytest
mypy-extensions==0.4.3
# via mypy
mypy==0.812
# via -r requirements-dev.in
packaging==20.4
# via pytest
pluggy==0.13.1
# via pytest
py==1.10.0
# via pytest
pycodestyle==2.5.0
# via flake8
pyflakes==2.1.1
# via flake8
pyparsing==2.4.7
# via packaging
pytest==6.0.1
# via
# -r requirements-dev.in
# syrupy
six==1.15.0
# via
# -c requirements.txt
# packaging
syrupy==0.6.1
# via -r requirements-dev.in
toml==0.10.1
# via pytest
typed-ast==1.4.2
# via mypy
typing-extensions==3.10.0.0
# via
# mypy
# syrupy