searx/searx/search/processors
Noémi Ványi 85034b49ef
Remove `httpx` and use `requests` instead (#3305)
## What does this PR do?

This PR prepares for removing `httpx`, and reverts back to `requests`.

## Why is this change important?

`httpx` hasn't proven itself to be faster or better than `requests`. On the other
hand it has caused issues on Windows.

=============================================
Please update your environment to use requests instead of httpx.
=============================================
2022-07-30 20:56:56 +02:00
..
__init__.py Remove `httpx` and use `requests` instead (#3305) 2022-07-30 20:56:56 +02:00
abstract.py Remove `httpx` and use `requests` instead (#3305) 2022-07-30 20:56:56 +02:00
offline.py [mod] split searx.search into different processors 2020-12-17 11:39:36 +01:00
online.py Remove `httpx` and use `requests` instead (#3305) 2022-07-30 20:56:56 +02:00
online_currency.py [mod] update currencies.json and fetch_currencies.py 2021-02-23 16:42:28 +01:00
online_dictionary.py [enh] add checker 2021-01-12 11:47:17 +01:00