Update pyjwkest to version 1.3.0.

This commit is contained in:
Ignacio Fiorentino 2016-10-03 12:54:54 -03:00
parent 9b9ea56449
commit 6ed2c200a7
4 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ from datetime import timedelta
import time
import uuid
from Crypto.PublicKey.RSA import importKey
from Cryptodome.PublicKey.RSA import importKey
from django.utils import timezone
from jwkest.jwk import RSAKey as jwk_RSAKey
from jwkest.jwk import SYMKey