Dependency management via Pipfile
In basic mode setuptools-pipfile does the following:
- Populates
install_requiresfrom the packages table. - Populates
tests_requirefrom the dev-packages table. - Populates
dependency_linksfrom 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.