replaced pycryptodome with pycryptodomex to avoid conflicts with pycrypto
This commit is contained in:
parent
f17c302327
commit
b922a61e10
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import binascii
|
import binascii
|
||||||
from Crypto.Hash import MD5
|
from Cryptodome.Hash import MD5
|
||||||
|
|
||||||
from Crypto.Cipher import Blowfish, AES
|
from Cryptodome.Cipher import Blowfish, AES
|
||||||
import pyaes
|
import pyaes
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pycryptodome
|
pycryptodomex
|
||||||
mutagen
|
mutagen
|
||||||
click
|
click
|
||||||
requests
|
requests
|
||||||
|
|
Loading…
Reference in New Issue