From 2cfc9d3cde8f83526457e3429139a2c6cba2960b Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sun, 4 Jul 2021 16:00:08 +0200 Subject: [PATCH] Trying explicitly defining colored package version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 039d39e..3935a74 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( 'docopt', 'beautifulsoup4', 'termcolor', - 'colored', + 'colored==1.3.5' ], url='https://github.com/KevinMidboe/torrent_search', classifiers=[