Change dependent packages

This commit is contained in:
kokarare1212
2021-05-28 13:18:50 +09:00
parent 57887ef52a
commit 0ed1ad65d4
3 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import time
from Crypto.Cipher import AES
from Crypto.Util import Counter
from Cryptodome.Cipher import AES
from Cryptodome.Util import Counter
from librespot.audio.decrypt.AudioDecrypt import AudioDecrypt
from librespot.audio.storage import ChannelManager

View File

@@ -13,10 +13,10 @@ import typing
import defusedxml.ElementTree
import requests
from Crypto.Hash import HMAC
from Crypto.Hash import SHA1
from Crypto.PublicKey import RSA
from Crypto.Signature import PKCS1_v1_5
from Cryptodome.Hash import HMAC
from Cryptodome.Hash import SHA1
from Cryptodome.PublicKey import RSA
from Cryptodome.Signature import PKCS1_v1_5
from librespot.audio import AudioKeyManager
from librespot.audio import PlayableContentFeeder