pypa / pipfile

Other
3.24k stars 145 forks source link

Support for requiring packages at install time #73

Closed bocklund closed 7 years ago

bocklund commented 7 years ago

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/

kennethreitz commented 7 years ago

This is a package distribution problem.

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