replaced pycryptodome with pycryptodomex to avoid conflicts with pycrypto

This commit is contained in:
uh_wot 2020-03-23 17:04:58 +01:00
parent f17c302327
commit b922a61e10
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#!/usr/bin/env python3
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 requests

View File

@ -1,4 +1,4 @@
pycryptodome
pycryptodomex
mutagen
click
requests