We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335399e commit 9eeee0dCopy full SHA for 9eeee0d
requirements.txt
@@ -1 +1 @@
1
-cryptography==2.6.1
+cryptography==3.2
setup.py
@@ -15,7 +15,7 @@
15
url="http://github.com/mjg59/python-broadlink",
16
packages=find_packages(),
17
scripts=[],
18
- install_requires=["cryptography>=2.1.1"],
+ install_requires=["cryptography>=3.2"],
19
description="Python API for controlling Broadlink IR controllers",
20
classifiers=[
21
"Development Status :: 4 - Beta",
0 commit comments