1
0
mirror of https://github.com/mjg59/python-broadlink.git synced 2024-09-21 04:20:36 +02:00

Merge pull request #150 from balloob/patch-1

Depend on pycryptodome instead of pycrypto
This commit is contained in:
Daniel Høyer Iversen 2018-03-10 15:29:33 +01:00 committed by GitHub
commit e8795ac1ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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