Browse Source

no need for simplejson

hotfix/merge
Shon T. Urbas 7 years ago
parent
commit
d5b48c2d68
  1. 2
      keycloak/exceptions.py
  2. 3
      requirements.txt

2
keycloak/exceptions.py

@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import requests
from simplejson import JSONDecodeError
from json import JSONDecodeError
class KeycloakError(Exception):

3
requirements.txt

@ -1,4 +1,3 @@
requests==2.18.3
requests==2.18.4
httmock==1.2.5
python-jose==1.3.2
simplejson
Loading…
Cancel
Save