Skip to content

Commit 0f8a4bf

Browse files
committed
Limit cryptography to >=3.1
1 parent 65613df commit 0f8a4bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
paho_mqtt
2-
cryptography
2+
cryptography>=3.1
33
requests
44
zeroconf
55
attrs

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
REQUIRES = [
55
"paho_mqtt",
6-
"cryptography",
6+
"cryptography>=3.1",
77
"requests",
88
"zeroconf",
99
"attrs",

0 commit comments

Comments
 (0)