Skip to content

Commit

Permalink
Limit cryptography to >=3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxn committed Apr 17, 2021
1 parent 65613df commit 0f8a4bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
paho_mqtt
cryptography
cryptography>=3.1
requests
zeroconf
attrs
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

REQUIRES = [
"paho_mqtt",
"cryptography",
"cryptography>=3.1",
"requests",
"zeroconf",
"attrs",
Expand Down

0 comments on commit 0f8a4bf

Please sign in to comment.