This section is for development requirements. So stuff like linters, unit test libraries, etc. All that is not needed on the user’s machine.
To install a package as dev-requirement add -d
to install
command (i.e. pipenv install -d ...
), to install the dev-requirements section add -d
to sync
command (i.e. pipenv sync -d ...
).