forked from espressif/esp-idf
Merge branch 'bugfix/constrain_cryptography_v3.3' into 'release/v3.3'
Tools: Constrain the cryptography package version in order to avoid breaking changes (v3.3) See merge request espressif/esp-idf!15464
This commit is contained in:
@@ -7,5 +7,5 @@ setuptools
|
|||||||
#
|
#
|
||||||
pyserial>=3.0
|
pyserial>=3.0
|
||||||
future>=0.15.2
|
future>=0.15.2
|
||||||
cryptography>=2.1.4
|
cryptography>=2.1.4,<35
|
||||||
pyparsing>=2.0.3,<2.4.0
|
pyparsing>=2.0.3,<2.4.0
|
||||||
|
Reference in New Issue
Block a user