Skip to content

Commit

Permalink
Add a constraint on lxml version to avoid an error when using Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Aug 2, 2019
1 parent fafba41 commit ec8fc19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -27,7 +27,8 @@ def has_environment_marker_platform_impl_support():

install_requires = [
'w3lib>=1.19.0',
'lxml>=2.3',
'lxml;python_version!="3.4"',
'lxml<=4.3.5;python_version=="3.4"',
'six>=1.5.2',
'cssselect>=0.9'
]
Expand Down

0 comments on commit ec8fc19

Please sign in to comment.