Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter pip freeze based on normalized form
pip freeze output is actually pip's internal canonicalized form, which can be different from the normalized package name format. Example: `discord.py` gets normalized into `discord-py`, but `pip show discord-py` still outputs `Name: discord.py`.
- Loading branch information