Switched from pycrypto to pycryptodomex

pull/154/head
Francisco Vilmar Cardoso Ruviaro 3 years ago
parent 452819f807
commit f3983f33ab
No known key found for this signature in database
GPG Key ID: 82FBF7060B2F7D00

@ -4248,7 +4248,7 @@ class RDP_login:
# VNC {{{
try:
from Crypto.Cipher import DES
from Cryptodome.Cipher import DES
except ImportError:
notfound.append('pycrypto')

@ -6,7 +6,7 @@ pyopenssl
cx_Oracle
mysqlclient
psycopg2-binary
pycrypto
pycryptodomex
dnspython
IPy
pysnmp

Loading…
Cancel
Save