From d478432396cf9cf3e7a75cdeb643fa0524b39f44 Mon Sep 17 00:00:00 2001 From: Neocky Date: Thu, 18 Mar 2021 18:46:19 +0100 Subject: [PATCH] Added rich librarie --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69c6799..9aa4868 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,8 @@ pynacl >= 1.4.0 cffi >= 1.14.5 six >= 1.15.0 pycparser >= 2.20 -pysftp >= 0.2.9 \ No newline at end of file +pysftp >= 0.2.9 +rich >= 9.13.0 +commonmark >= 0.9.1 +Pygments >= 2.8.1 +typing_extensions >= 3.7.4.3 \ No newline at end of file