From db413767cdbccffe758242df5035cea89120190d Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sat, 2 Jul 2022 22:05:53 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index af24874..5dc7b71 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="octosuite", - version="2.1.1", + version="2.2.0", author="Richard Mwewa", author_email="richardmwewa@duck.com", packages=["octosuite"], @@ -14,7 +14,7 @@ long_description_content_type="text/markdown", url="https://github.com/rly0nheart/octosuite", license="GNU General Public License v3 (GPLv3)", - install_requires=["requests"], + install_requires=["requests", "rich"], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Information Technology',