PLAT-1199 Stop using pycrypto
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user