Merge pull request #154 from fvcr/master

Switched from pycrypto to pycryptodomex
pull/158/head
lanjelot 3 years ago committed by GitHub
commit 5947f5f391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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