mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-06 22:20:43 +08:00
Merge branch 'bugfix/constrain_cryptography' into 'master'
Tools: Constrain the cryptography package for avoiding breaking changes See merge request sdk/ESP8266_RTOS_SDK!1640
This commit is contained in:
@ -8,6 +8,6 @@ setuptools
|
|||||||
click>=5.0
|
click>=5.0
|
||||||
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
|
||||||
pyelftools>=0.22
|
pyelftools>=0.22
|
||||||
|
Reference in New Issue
Block a user