Another alternative might be to use Flask-APScheduler which plays nicely with Flask, e.g.:
- Loads scheduler configuration from Flask configuration,
- Loads job definitions from Flask configuration
More information here:
https://pypi.python.org/pypi/Flask-APScheduler