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",