realpython / flask-boilerplate

Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap
http://www.flaskboilerplate.com
Apache License 2.0
1.53k stars 535 forks source link

Can I add travis and safety for dependency vulnerability? #22

Open chowmean opened 7 years ago

chowmean commented 7 years ago
  1. Travis file is missing
  2. Also safety can be used to make sure the dependencies are not vulnerable to security threat.
mjhea0 commented 7 years ago

Want to submit a PR?