From d5b48c2d68778b6b5c56148a5e890435f4878053 Mon Sep 17 00:00:00 2001 From: "Shon T. Urbas" Date: Wed, 6 Dec 2017 11:05:50 -0500 Subject: [PATCH] no need for simplejson --- keycloak/exceptions.py | 2 +- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/keycloak/exceptions.py b/keycloak/exceptions.py index 95be231..8c422f7 100644 --- a/keycloak/exceptions.py +++ b/keycloak/exceptions.py @@ -16,7 +16,7 @@ # along with this program. If not, see . import requests -from simplejson import JSONDecodeError +from json import JSONDecodeError class KeycloakError(Exception): diff --git a/requirements.txt b/requirements.txt index bc7067a..61caa61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -requests==2.18.3 +requests==2.18.4 httmock==1.2.5 python-jose==1.3.2 -simplejson \ No newline at end of file