Merge pull request #30 from Danielhiversen/patch-5
Add pycrypto as package dependency
This commit is contained in:
commit
1cd4834fef
2 changed files with 2 additions and 0 deletions
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
pycrypto==2.6.1
|
1
setup.py
1
setup.py
|
@ -18,6 +18,7 @@ setup(
|
|||
url='http://github.com/mjg59/python-broadlink',
|
||||
packages=find_packages(),
|
||||
scripts=[],
|
||||
install_requires=['pycrypto==2.6.1'],
|
||||
description='Python API for controlling Broadlink IR controllers',
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
|
|
Loading…
Reference in a new issue