#!/bin/bash

pip list --format=freeze | sed 's/==/: /g'
