1
0
Fork 0

Bump cryptography from 2.6.1 to 3.2 (#553)

This commit is contained in:
Felipe Martins Diel 2021-03-11 18:07:56 -03:00 committed by GitHub
parent 335399ef2f
commit 9eeee0deda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
cryptography==2.6.1
cryptography==3.2

View File

@ -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",