Frozander

Results 3 issues of Frozander

This is simple change for accepting any kind of image that PIL supports by converting it to ico. I am aware that this might not be a needed change, so...

Fixed building the project from pip version > 10

So while building the project, I have encountered an issue with pip module while in setup.py In pip versions greater than 10 parse_requirements is in pip._internal.req instead of pip.req. Here...