• Use `safety` to check for vulnerable Python packages

    Since we are pinning the Python package dependencies for Homu,
    we need to make sure to upgrade those dependencies when they have
    vulnerabilities.
    
    Use the `safety` CLI tool from https://pyup.io/safety/ for this.
    aneeshusa committed Jun 1, 2017