We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d519623 + 5c658b6 commit 1cd4834Copy full SHA for 1cd4834
2 files changed
requirements.txt
@@ -0,0 +1 @@
1
+pycrypto==2.6.1
setup.py
@@ -18,6 +18,7 @@
18
url='http://github.com/mjg59/python-broadlink',
19
packages=find_packages(),
20
scripts=[],
21
+ install_requires=['pycrypto==2.6.1'],
22
description='Python API for controlling Broadlink IR controllers',
23
classifiers=[
24
'Development Status :: 4 - Beta',
0 commit comments