From d9d89dc25096713dc963ac81189a3ff9fb5c3ae0 Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Thu, 10 Sep 2015 10:44:05 -0700 Subject: [PATCH] unpin lxml version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88cab4a..99ef050 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup(name='talon', include_package_data=True, zip_safe=True, install_requires=[ - "lxml==2.3.3", + "lxml>=2.3.3", "regex>=1", "html2text", "numpy",