We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acc25a commit e8a3efcCopy full SHA for e8a3efc
requirements-optional.txt
@@ -14,4 +14,6 @@ lxml ; platform_python_implementation == 'CPython'
14
15
# DATrie can be used in place of our Python trie implementation for
16
# slightly better parsing performance.
17
-datrie ; platform_python_implementation == 'CPython'
+# https://github.com/pytries/datrie/issues/52 although closed is not
18
+# yet released to https://pypi.org/project/datrie
19
+datrie ; platform_python_implementation == 'CPython' and python_version < '3.7'
0 commit comments