Temporarily fix incompatibility with pyparsing 2.4.0

This commit is contained in:
Roland Dobai 2019-04-17 09:57:42 +02:00 committed by bot
parent b63be2e08e
commit 5ab4a9da51
1 changed files with 1 additions and 1 deletions

View File

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