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