We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c995e01 commit ef6d073Copy full SHA for ef6d073
requirements-optional.txt
@@ -10,4 +10,5 @@ chardet>=2.2.1
10
11
# lxml is supported with its own treebuilder ("lxml") and otherwise
12
# uses the standard ElementTree support
13
-lxml>=3.4.0 ; platform_python_implementation == 'CPython'
+lxml>=3.4.0, <5.0.0 ; python_version < '3.0' and platform_python_implementation == 'CPython'
14
+lxml>=3.4.0 ; python_version >= '3.0' and platform_python_implementation == 'CPython'
0 commit comments