Currently, we install developer-tools in production (coveralls, pep8, etc.).
To fix that, we should introduce a setup.py which defines the general dependencies.
The dev-tools remain in requirements.txt, the other dependencies are installed by
-e . in requirements.txt.
Currently, we install developer-tools in production (coveralls, pep8, etc.). To fix that, we should introduce a
setup.py
which defines the general dependencies. The dev-tools remain inrequirements.txt
, the other dependencies are installed by-e .
inrequirements.txt
.see also https://caremad.io/2013/07/setup-vs-requirement/