Merge branch 'bugfix/pyparsing_v3.3' into 'release/v3.3'

Temporarily fix incompatibility with pyparsing 2.4.0 (v3.3)

See merge request idf/esp-idf!5197
This commit is contained in:
Angus Gratton 2019-06-20 15:02:49 +08:00
commit 04815c2d27

View File

@ -8,4 +8,4 @@ setuptools
pyserial>=3.0 pyserial>=3.0
future>=0.15.2 future>=0.15.2
cryptography>=2.1.4 cryptography>=2.1.4
pyparsing>=2.0.3 pyparsing>=2.0.3,<2.4.0