Merge pull request #6 from leres/master

Allow  pyparsing > 2.4.0
This commit is contained in:
Michael Balzer 2021-03-07 19:46:50 +01:00 committed by GitHub
commit 1ff5e24b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,<2.4.0
pyparsing>=2.0.3,!=2.4.0