#!/bin/bash

set -eux
set -o pipefail

pip install --upgrade pip
pip install --upgrade setuptools
pip install pyshaker --ignore-installed

