mirror of
https://github.com/searxng/searxng.git
synced 2025-07-23 13:19:17 +02:00
[enh] replace requests by httpx
This commit is contained in:
parent
111180705b
commit
eaa694fb7d
18 changed files with 527 additions and 204 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
from json import loads
|
||||
from urllib.parse import urlencode
|
||||
import requests
|
||||
import searx.poolrequests as requests
|
||||
import base64
|
||||
|
||||
# about
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue