8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
-r requirements.in
|
|
|
|
flake8 # python code quality stuff
|
|
pip-tools # pip-compile
|
|
pytest # unit tests
|
|
pytest-cov # coverage in unit tests
|
|
versioneer # automatic version numbering
|