mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Revert "Lock "cryptography" to RUST-less 3.3.2 version"
This reverts commit 3828e6d15e
.
This commit is contained in:
@ -218,7 +218,7 @@ def get_contrib_pysite_deps():
|
|||||||
result.extend(
|
result.extend(
|
||||||
[
|
[
|
||||||
# pyopenssl depends on it, use RUST-less version
|
# pyopenssl depends on it, use RUST-less version
|
||||||
"cryptography == 3.3.2",
|
"cryptography >= 3.3, < 35.0.0",
|
||||||
"pyopenssl >= 16.0.0",
|
"pyopenssl >= 16.0.0",
|
||||||
"service_identity >= 18.1.0",
|
"service_identity >= 18.1.0",
|
||||||
"idna >= 0.6, != 2.3",
|
"idna >= 0.6, != 2.3",
|
||||||
|
Reference in New Issue
Block a user