We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6279892 commit 2fd18efCopy full SHA for 2fd18ef
1 file changed
setup.py
@@ -72,7 +72,7 @@
72
"Brotli>=1.0,<1.1",
73
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
74
"click>=7.0,<8.1",
75
- "cryptography>=3.3,<3.5",
+ "cryptography>=3.3",
76
"flask>=1.1.1,<2.1",
77
"h11>=0.11,<0.13",
78
"h2>=4.1,<5",
@@ -82,7 +82,7 @@
82
"msgpack>=1.0.0, <1.1.0",
83
"passlib>=1.6.5, <1.8",
84
"protobuf>=3.14,<3.19",
85
- "pyOpenSSL>=20.0,<21.1",
+ "pyOpenSSL>=20.0",
86
"pyparsing>=2.4.2,<2.5",
87
"pyperclip>=1.6.0,<1.9",
88
"ruamel.yaml>=0.16,<0.17.17",
0 commit comments