pip-upgrader
pip-upgrader copied to clipboard
Remove file extension check
The extension check causes more issues than it solves.
The remaining protections are sufficient:
- checking for file existance
- checking mime type
- checking for predefined names in auto-detect mode
Furthermore, when explicitly passing a file (either via arg or via inclusion), users should be free to choose whatever extension suits them.
Fixes #52