-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements_dev.txt
23 lines (22 loc) · 960 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
### PL dev/test/debug toolbox
pytest
pytest-xdist==3.5.0 # https://github.com/pytest-dev/pytest-xdist
pytest-cov==4.1.0 # https://github.com/pytest-dev/pytest-cov
pytest-html==4.1.1 # https://pypi.org/project/pytest-html/
junit2html==30.1.6 # https://github.com/inorton/junit2html, require jinja2
johnnydep==1.20.4 # https://pypi.org/project/johnnydep
memory_profiler==0.61.0 # https://pypi.org/project/memory-profiler/
line_profiler==4.1.2 # https://github.com/pyutils/line_profiler
build # https://packaging.python.org/en/latest/key_projects/#build
twine # https://packaging.python.org/en/latest/key_projects/#twine
wheel # https://packaging.python.org/en/latest/key_projects/#wheel
# setuptools_scm # https://pypi.org/project/setuptools-scm/
pydocstyle
pycodestyle
pytest-cov
pytest-pep8
black
isort
flake8
pylint
future