mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-13 03:00:11 +01:00
Bump cryptography from 2.6.1 to 3.2 (#553)
This commit is contained in:
parent
335399ef2f
commit
9eeee0deda
@ -1 +1 @@
|
||||
cryptography==2.6.1
|
||||
cryptography==3.2
|
||||
|
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ setup(
|
||||
url="http://github.com/mjg59/python-broadlink",
|
||||
packages=find_packages(),
|
||||
scripts=[],
|
||||
install_requires=["cryptography>=2.1.1"],
|
||||
install_requires=["cryptography>=3.2"],
|
||||
description="Python API for controlling Broadlink IR controllers",
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
|
Loading…
Reference in New Issue
Block a user