From 884022f3cf4f7d8cb37409fcfd9a7f8ccd72929d Mon Sep 17 00:00:00 2001 From: Alexandr Topilski Date: Thu, 12 Mar 2020 10:46:54 +0300 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0db3ee1..c601fd5 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,8 @@ VERSION = '1.0.0' REQUIRED = [ 'validate_email', 'distro', - 'certifi' + 'certifi', + 'requests' ] # The rest you shouldn't have to touch too much :)