seanfisk/python-project-template

use pipenv instead of requirements.txt

Opened this issue · 0 comments

pipenv[1] is a tool recommended by Python Packaging Authority that deprecates requirements.txt. The biggest added value is separating direct and indirect dependencies and really reproducible builds. Also has very convenient workflow regarding virtual environments. And it was written by the guy who wrote requests if you know...

[1] https://docs.pipenv.org/