mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Temporarily fix incompatibility with pyparsing 2.4.0
This commit is contained in:
parent
48109e1f5d
commit
08adc39102
@ -8,5 +8,5 @@ setuptools
|
||||
pyserial>=3.0
|
||||
future>=0.15.2
|
||||
cryptography>=2.1.4
|
||||
pyparsing>=2.0.3
|
||||
pyparsing>=2.0.3,<2.4.0
|
||||
pyelftools>=0.22
|
||||
|
Loading…
Reference in New Issue
Block a user