From 2b3abdb7006a2875744a89d45f46e858c981d751 Mon Sep 17 00:00:00 2001 From: zhouyc Date: Mon, 19 Dec 2016 11:27:57 +0800 Subject: [PATCH] update parsel version which will cause attribute error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4eb8d2318..3ae7915b4 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( 'pyOpenSSL', 'cssselect>=0.9', 'six>=1.5.2', - 'parsel>=0.9.3', + 'parsel>=0.9.5', 'PyDispatcher>=2.0.5', 'service_identity', ],