From 7f10931be8886df32b94fd5a1cfc4a639c89ba87 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Fri, 8 May 2020 18:49:36 +0200 Subject: [PATCH] Add rich to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff817bd..c06374d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,8 @@ setup( install_requires=[ "requests>=2.21.0", "beautifulsoup4>=4.7.1", - "colorama>=0.4.1" + "colorama>=0.4.1", + "rich>=1.0.0" ], )