summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-05-13 21:08:50 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-05-13 21:19:33 +0200
commitc64e5c9bd595ef310825d07bf29e1d3eb7674714 (patch)
tree2283476d97a1ccc06f4aa16d5ac6a894ae975081 /requirements.txt
parenta9a853baf027aaf37b7e9d37dbae44ed15b8f800 (diff)
downloadqutebrowser-c64e5c9bd595ef310825d07bf29e1d3eb7674714.tar.gz
qutebrowser-c64e5c9bd595ef310825d07bf29e1d3eb7674714.zip
Get rid of the colorlog dependency
colorlog was problematic for various reasons: - Not commonly packaged for Linux distributions - Calling colorama.init() automatically on import - Not supporting {foo} log formatting - Not supporting an easy way to turn colors off Instead we now do the log coloring by hand, which is simpler and means everyone will have colored logs.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 7d481cda7..196950578 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,5 +4,4 @@ Pygments==2.1.3
pyPEG2==2.15.2
PyYAML==3.11
colorama==0.3.7
-colorlog==2.6.3
cssutils==1.0.1