From 873d2f2c1c1330361a45fb796e9f9228c51f442b Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 3 Jul 2021 18:28:05 +0200 Subject: [PATCH] Added colored dependency --- requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 904c301..4a10510 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ beautifulsoup4>=4.6.0 termcolor>=1.1.0 docopt==0.6.2 +colored==1.3.5 diff --git a/setup.py b/setup.py index ef9803e..816824f 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( 'docopt', 'beautifulsoup4', 'termcolor', + 'colored', ], url='https://github.com/KevinMidboe/torrent_search', classifiers=[