Skip to content

Commit 1cd4834

Browse files
author
Matthew Garrett
authored
Merge pull request mjg59#30 from Danielhiversen/patch-5
Add pycrypto as package dependency
2 parents d519623 + 5c658b6 commit 1cd4834

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pycrypto==2.6.1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
url='http://github.com/mjg59/python-broadlink',
1919
packages=find_packages(),
2020
scripts=[],
21+
install_requires=['pycrypto==2.6.1'],
2122
description='Python API for controlling Broadlink IR controllers',
2223
classifiers=[
2324
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)