Merge pull request #150 from balloob/patch-1
Depend on pycryptodome instead of pycrypto
This commit is contained in:
commit
e8795ac1ae
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
pycrypto==2.6.1
|
pycryptodome==3.4.11
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ try:
|
||||||
import pyaes
|
import pyaes
|
||||||
dynamic_requires = ["pyaes==1.6.0"]
|
dynamic_requires = ["pyaes==1.6.0"]
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
dynamic_requires = ['pycrypto==2.6.1']
|
dynamic_requires = ['pycryptodome==3.4.11']
|
||||||
|
|
||||||
version = 0.6
|
version = 0.6
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue