]> granicus.if.org Git - esp-idf/commitdiff
Temporarily fix incompatibility with pyparsing 2.4.0
authorRoland Dobai <dobai.roland@gmail.com>
Wed, 17 Apr 2019 07:57:42 +0000 (09:57 +0200)
committerbot <bot@espressif.com>
Mon, 17 Jun 2019 09:40:06 +0000 (09:40 +0000)
requirements.txt

index 97d9bd0576f8bfdf9d8319ba704d892c38f33fb1..2bc1a99237d8a5b6b2babb9ca10d3f531b2be45c 100644 (file)
@@ -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