-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
28 lines (21 loc) · 936 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
# These requirements are for development and test of the library only
# Library dependencies should be specified in setup.py 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 # https://github.com/pre-commit/pre-commit
# Pre-deploy checks
# ------------------------------------------------------------------------------
setuptools
wheel
twine # <---- nothing to do with the twined library!
# Building documentation
# ------------------------------------------------------------------------------
-r docs/requirements.txt