I want to specify development only requirements. Specifying them with all other requirements seems suboptimal, normal users will not need it.
I see (1 2) that one of options is to have file in requirements.txt format and to instruct people to install it with command like pip install -r requirements-dev.txt -r requirements-docs.txt
Is this a preferred solution?