use pipenv instead of requirements.txt
Opened this issue · 0 comments
stardust85 commented
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...