From 38e9176a45e2c8387a69b0d77cd5662350d5fead Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 14 Feb 2016 17:04:47 +0100 Subject: [PATCH] update dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 055bc7198..52c7e6be7 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( "configargparse>=0.10, <0.11", "pyperclip>=1.5.22, <1.6", "blinker>=1.4, <1.5", - "pyparsing>=2.0.5, <2.1", + "pyparsing>=2.1,<2.2", "html2text==2016.1.8", "construct>=2.5.2, <2.6", "six>=1.10, <1.11",