forked from thclark/rstcloth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
29 lines (23 loc) · 931 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
# These requirements are for development and test of the library only
# Library dependencies should be specified in setup.py "install_requires"
# with as wide a version range as possible, for maximum compatibility with
# other tools
# Testing
# ------------------------------------------------------------------------------
tox
pluggy
# Code quality
# ------------------------------------------------------------------------------
flake8==3.8.3 # https://github.com/PyCQA/flake8
flake8-isort==3.0.1 # https://github.com/gforcada/flake8-isort
black==19.10b0 # https://github.com/ambv/black
pre-commit>=2.6.0 # https://github.com/pre-commit/pre-commit
coverage>=5.2.1
# Pre-deploy checks
# ------------------------------------------------------------------------------
setuptools
wheel
twine
# Building documentation
# ------------------------------------------------------------------------------
-r docs/requirements.txt