PEP 508 – Dependency specification for Python Software Packages | peps.python.org

This PEP specifies the language used to describe dependencies for packages. It draws a border at the edge of describing a single dependency - the different sorts of dependencies and when they should be installed is a higher level problem. The intent is ...