mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-21 14:43:30 +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",
|
url="http://github.com/mjg59/python-broadlink",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
scripts=[],
|
scripts=[],
|
||||||
install_requires=["cryptography>=2.1.1"],
|
install_requires=["cryptography>=3.2"],
|
||||||
description="Python API for controlling Broadlink IR controllers",
|
description="Python API for controlling Broadlink IR controllers",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
|
Loading…
Reference in New Issue
Block a user