From 5ab4a9da511bcf7161631d0dba56b954f21185d2 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Wed, 17 Apr 2019 09:57:42 +0200 Subject: [PATCH] Temporarily fix incompatibility with pyparsing 2.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 97d9bd057..2bc1a9923 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ setuptools pyserial>=3.0 future>=0.15.2 cryptography>=2.1.4 -pyparsing>=2.0.3 \ No newline at end of file +pyparsing>=2.0.3,<2.4.0