mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
bdf3de4c00
Requirement idna was added in 181c12ae04
but I don't know why. This package
is not directly used by searxng but its a sub-requirement of some other packages
using package `requests` (with different range of supported versions, see
below). In summary one can say: the version of idna should be depend on package
`requests`::
...
Pallets-Sphinx-Themes==1.2.3
...
- Sphinx [required: Any, installed: 3.5.4]
...
- requests [required: >=2.5.0, installed: 2.25.1]
...
- idna [required: >=2.5,<3, installed: 2.10]
...
...
transifex-client==0.14.2
- requests [required: >=2.19.1,<3.0.0, installed: 2.25.1]
...
- idna [required: >=2.5,<3, installed: 2.10]
twine==3.4.1
...
- requests [required: >=2.20, installed: 2.25.1]
...
- idna [required: >=2.5,<3, installed: 2.10]
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
certifi==2020.12.05
|
|
babel==2.9.0
|
|
flask-babel==2.0.0
|
|
flask==1.1.2
|
|
jinja2==2.11.3
|
|
lxml==4.6.3
|
|
pygments==2.8.1
|
|
python-dateutil==2.8.1
|
|
pyyaml==5.4.1
|
|
httpx[http2]==0.17.1
|
|
Brotli==1.0.9
|
|
uvloop==0.15.2; python_version >= '3.7'
|
|
uvloop==0.14.0; python_version < '3.7'
|
|
httpx-socks[asyncio]==0.3.1
|
|
langdetect==1.0.8
|
|
setproctitle==1.2.2
|