Removed PyCRC as dependency; implemented CRC16 directly (#327)

* Removed PyCRC as dependency; implemented CRC16 directly

* replace crc16 with integrated function

* Added self to calculate crc
This commit is contained in:
majuss 2020-04-10 09:23:15 +02:00 committed by GitHub
parent 2bc7b06c69
commit a6827caaf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 4 deletions

View file

@ -15,7 +15,7 @@ setup(
url='http://github.com/mjg59/python-broadlink',
packages=find_packages(),
scripts=[],
install_requires=['cryptography>=2.1.1', 'PyCRC'],
install_requires=['cryptography>=2.1.1'],
description='Python API for controlling Broadlink IR controllers',
classifiers=[
'Development Status :: 4 - Beta',