From 20e526c28c40b5a8b4df0d69da5801f159402bd2 Mon Sep 17 00:00:00 2001 From: sneakypete81 Date: Wed, 15 May 2013 18:56:48 +0100 Subject: [PATCH] We can only support Python2.6 and above --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index 457d0bb..22a7435 100755 --- a/setup.py +++ b/setup.py @@ -1,10 +1,6 @@ #!/usr/bin/env python requires = ['requests', 'requests-oauthlib'] -try: - import json -except ImportError: - requires.append('simplejson') try: from setuptools import setup