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 :)