Depend on pycryptodome instead of pycrypto

This commit is contained in:
Paulus Schoutsen 2018-02-26 23:56:16 -08:00
parent dd0e908317
commit 38aa6dc37e
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
pycrypto==2.6.1
pycryptodome==3.4.11

View file

@ -10,7 +10,7 @@ try:
import pyaes
dynamic_requires = ["pyaes==1.6.0"]
except ImportError as e:
dynamic_requires = ['pycrypto==2.6.1']
dynamic_requires = ['pycryptodome==3.4.11']
version = 0.6