pypa/pipfile

Support for requiring packages at install time

Closed this issue · 1 comments

Is there support or planned support for installing packages before installation the current package (at build time), such as Cython or NumPy, as described in https://www.python.org/dev/peps/pep-0518/

This is a package distribution problem.

With pipenv, if you specify "Cython" ahead of something that needs it, it will get installed first.