skorokithakis / tbvaccine

A small utility to pretty-print Python tracebacks. ⛺
MIT License
377 stars 14 forks source link

Add colorama as a required dependency on Windows #31

Closed MinchinWeb closed 4 years ago

MinchinWeb commented 4 years ago

Colorama is commonly used on Windows to allow output of coloured terminal text. Otherwise, the raw escape codes are printed (and no color :( ).

skorokithakis commented 4 years ago

This is important, yes. Would you be able to issue a PR? I'm afraid I don't use windows.

MinchinWeb commented 4 years ago

done!