14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
-r requirements.in
|
|
|
|
flake8 # flake8 and plugins, for local dev linting in vim
|
|
flake8-blind-except
|
|
flake8-builtins
|
|
flake8-docstrings
|
|
flake8-executable
|
|
flake8-isort
|
|
flake8-logging-format
|
|
pip-tools # pip-compile
|
|
tox # CI stuff
|
|
tox-wheel # build wheels in tox
|
|
versioneer # automatic version numbering
|