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