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 import time
from Crypto.Cipher import AES from Cryptodome.Cipher import AES
from Crypto.Util import Counter from Cryptodome.Util import Counter
from librespot.audio.decrypt.AudioDecrypt import AudioDecrypt from librespot.audio.decrypt.AudioDecrypt import AudioDecrypt
from librespot.audio.storage import ChannelManager from librespot.audio.storage import ChannelManager

View File

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

View File

@@ -1,4 +1,4 @@
defusedxml==0.7.1 defusedxml==0.7.1
protobuf==3.15.8 protobuf==3.15.8
pycryptodome==3.10.1 pycryptodomex==3.10.1
requests==2.25.1 requests==2.25.1