Skip to content

Commit e8a3efc

Browse files
authored
Install datrie only if on CPython > 3.7
pytries/datrie#52 although ___closed___ is not yet released to https://pypi.org/project/datrie
1 parent 4acc25a commit e8a3efc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements-optional.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ lxml ; platform_python_implementation == 'CPython'
1414

1515
# DATrie can be used in place of our Python trie implementation for
1616
# slightly better parsing performance.
17-
datrie ; platform_python_implementation == 'CPython'
17+
# 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

Comments
 (0)