PLAT-1199 Stop using pycrypto

This commit is contained in:
Jeremy Bowman
2017-11-17 13:15:09 -05:00
parent 1e09a548b1
commit 43a11af735
7 changed files with 83 additions and 70 deletions

View File

@@ -7,7 +7,7 @@ import unittest
import ddt
import httpretty
from Crypto.PublicKey import RSA
from Cryptodome.PublicKey import RSA
from django.conf import settings
from django.core.urlresolvers import reverse
from django.test import RequestFactory, TestCase, override_settings

View File

@@ -8,7 +8,7 @@ from __future__ import unicode_literals
import hashlib
import json
from Crypto.PublicKey import RSA
from Cryptodome.PublicKey import RSA
from django.conf import settings
from django.core.urlresolvers import reverse
from django.http import JsonResponse