Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid normalizing pip canonical package name
Names in requirements.txt are the package as tracked in package metadata, not necessarily the normalized name of the package. Example: pip install discord-py will add `discord.py` to the output of `pip freeze`.
- Loading branch information