Separate dev dependencies into extras package via setuptools #6
Labels
feature-request
Request for functionality that has not already been implemented
quickfix
Immediately actionable and should be fast
Setuptools supports installing situational dependencies as stated here: https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html?highlight=install_requires#optional-dependencies
We should separate out our docs and dev dependencies so that we only install what is needed when installing a package from pip.
pip install webqueue2-api
The text was updated successfully, but these errors were encountered: