Temporarily fix incompatibility with pyparsing 2.4.0

This commit is contained in:
Roland Dobai 2019-04-17 09:57:42 +02:00
parent 48109e1f5d
commit 08adc39102

View file

@ -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