Skip to content

Commit

Permalink
search: remove flaky builtin, replaced by external plugin
Browse files Browse the repository at this point in the history
Also lets us drop `xmltodict` as a core dependency; `search.py` was the
last place using it.
  • Loading branch information
dgw committed Aug 13, 2024
1 parent 502aeaf commit 9d6c0a3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,889 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"xmltodict>=0.12,<0.14",
"pytz",
"requests>=2.24.0,<3.0.0",
"dnspython<3.0",
Expand Down
232 changes: 0 additions & 232 deletions sopel/builtins/search.py

This file was deleted.

Loading

0 comments on commit 9d6c0a3

Please sign in to comment.