PrettyPrinted / flask_auth_scotch

123 stars 144 forks source link

flask-login is missing in Pipfile #4

Open cypg09 opened 3 years ago

cypg09 commented 3 years ago

One should add flask-login to the Pipfile, else when activating the pipenv he'd get a ModuleNotFoundError.

Please resolve by running: pipenv install flask-login.

cypg09 commented 3 years ago

Same issue than above, for flask-sqlalchemy. Resolution by pipenv install flask-sqlalchemy