From 108a00535622267bd83d77bb5a912212c08ef6dc Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 22 Dec 2017 11:33:33 +0100 Subject: [PATCH] Switched from colored to termcolor for coloring our logging output. --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index db4699d..904c301 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,3 @@ beautifulsoup4>=4.6.0 +termcolor>=1.1.0 +docopt==0.6.2