-
Notifications
You must be signed in to change notification settings - Fork 30
/
requirements-dev.txt
27 lines (27 loc) · 1.1 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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements-dev.in
#
appdirs==1.4.4 # via virtualenv
astroid==2.4.2 # via pylint
autopep8==1.5.3 # via -r requirements-dev.in
distlib==0.3.1 # via virtualenv
filelock==3.0.12 # via tox, virtualenv
flake8==3.8.3 # via -r requirements-dev.in
isort==4.3.21 # via pylint
lazy-object-proxy==1.4.3 # via astroid
mccabe==0.6.1 # via flake8, pylint
packaging==20.4 # via tox
pluggy==0.13.1 # via -c requirements.txt, tox
py==1.9.0 # via tox
pycodestyle==2.6.0 # via -r requirements-dev.in, autopep8, flake8
pyflakes==2.2.0 # via flake8
pylint==2.5.3 # via -r requirements-dev.in
pyparsing==2.4.7 # via packaging
six==1.15.0 # via -c requirements.txt, astroid, packaging, tox, virtualenv
toml==0.10.1 # via autopep8, pylint, tox
tox==3.18.1 # via -r requirements-dev.in
virtualenv==20.0.29 # via tox
wrapt==1.12.1 # via astroid