mjhea0 / flaskr-tdd

Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

switch from pip to pipenv

rdpoor opened this issue · comments

pipenv has been around long enough that even Heroku recognizes and honors Pipfile, eliminating the need to create a requirements.txt file. Perhaps it's time to ditch pip and move to pipenv?

@rdpoor I'm still not a huge fan of pipenv especially for beginners. Closing...