gaw89 / dash-flask-login

A plugin to integrate Dash and Flask-Login
MIT License
56 stars 17 forks source link

Missing requirements #7

Closed xapple closed 5 years ago

xapple commented 6 years ago

You forgot to list several requirements in the setup.py making the deploying of a project using this library fail (for instance to heroku).

Missing:

jinja2==2.10
flask_login==0.4.1