setuptools-pipfile
Dependency management via Pipfile
Overview
In basic mode setuptools-pipfile does the following:
- Populates
install_requires
from the packages table. - Populates
tests_require
from the dev-packages table. - Populates
dependency_links
from the source tables if needed by dependencies.
Advanced configuration can be used to control:
- The path to the Pipfile.
- Variable interpolation.
- Removing indexes from
dependency_links
. - Activate and control populating
extras_require
. - Control populating
python_requires
.
All documentation is located here.