requirements: Update colorama to 0.3.6.

0.3.6
- fix ValueError when a closed stream was used

0.3.5
- Bumping version to re-upload a wheel distribution

0.3.4
- stream redirection now strips ANSI codes on Linux
- strip readline markers
- assign orig_stdout and orig_stderr when initialising
- Fore.RESET did not reset style of LIGHT_EX colors. Fixed by Andy Neff
- add context manager syntax. Thanks to Matt Olsen.
- colorama didn't work on Windows when environment variable 'TERM' was set.
- fix pylint errors in client code.
- Changes to readme and other improvements by Marc Abramowitz and Zearin
This commit is contained in:
Florian Bruhin 2016-01-11 07:47:53 +01:00
parent 3f21accaeb
commit 71b74329a3

View File

@ -3,8 +3,6 @@ MarkupSafe==0.23
Pygments==2.0.2 Pygments==2.0.2
pyPEG2==2.15.2 pyPEG2==2.15.2
PyYAML==3.11 PyYAML==3.11
# "ValueError: I/O operation on closed file" with pytest since 0.3.5 colorama==0.3.6
# WORKAROUND for https://github.com/tartley/colorama/issues/81
colorama==0.3.3 # rq.filter: <=0.3.3
colorlog==2.6.0 colorlog==2.6.0
cssutils==1.0.1 cssutils==1.0.1