-
Notifications
You must be signed in to change notification settings - Fork 10
/
requirements-dev.txt
58 lines (58 loc) · 1.12 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
#
# This file is autogenerated by pip-compile with python 3.6
# To update, run:
#
# pip-compile --no-emit-index-url --no-emit-trusted-host --output-file=requirements-dev.txt requirements-dev.in
#
anybadge==1.9.0
# via -r requirements-dev.in
attrs==22.2.0
# via pytest
autopep8==2.0.0
# via -r requirements-dev.in
coverage==6.2
# via pytest-cov
flake8==5.0.4
# via -r requirements-dev.in
importlib-metadata==4.2.0
# via
# flake8
# pluggy
# pytest
iniconfig==1.1.1
# via pytest
mccabe==0.7.0
# via flake8
packaging==21.3
# via
# anybadge
# pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pycodestyle==2.9.1
# via
# -r requirements-dev.in
# autopep8
# flake8
pyflakes==2.5.0
# via flake8
pyparsing==3.0.9
# via packaging
pytest==7.0.1
# via
# -r requirements-dev.in
# pytest-cov
pytest-cov==2.12.1
# via -r requirements-dev.in
toml==0.10.2
# via pytest-cov
tomli==1.2.3
# via
# autopep8
# pytest
typing-extensions==4.1.1
# via importlib-metadata
zipp==3.6.0
# via importlib-metadata