-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-requirements.txt
35 lines (35 loc) · 1.14 KB
/
test-requirements.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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile test-requirements.in
#
astroid==2.2.5 # via pylint
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
autopep8==1.4.4
coverage==4.5.3 # via pytest-cov
entrypoints==0.3 # via flake8
flake8==3.7.7
importlib-metadata==0.18 # via pluggy, pytest
isort==4.3.20 # via pylint
lazy-object-proxy==1.4.1 # via astroid
mccabe==0.6.1 # via flake8, pylint
more-itertools==7.0.0 # via pytest
packaging==19.0 # via pytest, pytest-sugar
pluggy==0.12.0 # via pytest
py==1.8.0 # via pytest
pycodestyle==2.5.0 # via autopep8, flake8
pyflakes==2.1.1 # via flake8
pylint==2.3.1
pyparsing==2.4.0 # via packaging
pytest-cov==2.7.1
pytest-flake8==1.0.4
pytest-sugar==0.9.2
pytest==4.6.3
six==1.12.0 # via astroid, packaging, pytest
termcolor==1.1.0 # via pytest-sugar
typed-ast==1.4.0 # via astroid
wcwidth==0.1.7 # via pytest
wrapt==1.11.1 # via astroid
zipp==0.5.1 # via importlib-metadata