🌐 AI搜索 & 代理 主页
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "pypy3"
- "pypy"
- "3.9-dev"
- "3.8"
- "3.7"
- "3.6"
Expand Down
4 changes: 1 addition & 3 deletions requirements-optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ lxml ; platform_python_implementation == 'CPython'

# DATrie can be used in place of our Python trie implementation for
# slightly better parsing performance.
# https://github.com/pytries/datrie/issues/52 although closed is not
# yet released to https://pypi.org/project/datrie
datrie ; platform_python_implementation == 'CPython' and python_version < '3.7'
datrie>=0.8.2 ; platform_python_implementation == 'CPython'