From 299709123bbc36c108f7819dac001715275094f2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 28 Aug 2017 23:19:28 -0400 Subject: [PATCH] Update setup.py --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index b7c86fb..11a34d2 100644 --- a/setup.py +++ b/setup.py @@ -23,12 +23,9 @@ REQUIRED = [ # 'requests', 'maya', 'records', ] -# Dependencies only for versions less than Python 2.7: -# if sys.version_info < (2, 7): -# REQUIRED.append('requests[security]') - # The rest you shouldn't have to touch too much :) # ------------------------------------------------ +# Except, perhaps the license! here = os.path.abspath(os.path.dirname(__file__))