#!/bin/bash

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