2021-01-12 08:45:16 +00:00
|
|
|
mock==4.0.3
|
2021-02-16 17:43:13 +00:00
|
|
|
nose2[coverage_plugin]==0.10.0
|
2017-09-13 20:58:52 +00:00
|
|
|
cov-core==1.15.0
|
2021-04-05 19:36:05 +00:00
|
|
|
pycodestyle==2.7.0
|
2021-04-30 06:55:15 +00:00
|
|
|
pylint==2.8.2
|
2020-12-28 08:04:39 +00:00
|
|
|
splinter==0.14.0
|
|
|
|
transifex-client==0.14.2
|
2019-07-06 16:47:35 +00:00
|
|
|
selenium==3.141.0
|
2021-03-20 17:38:45 +00:00
|
|
|
twine==3.4.1
|
2020-08-27 20:28:51 +00:00
|
|
|
Pallets-Sphinx-Themes==1.2.3
|
[fix] docutils v0.17 incompatibility to previeous v0.16
With docutils v0.17 a lot of html markup has been changed (see below) what cause
a lot of problems in CSS from Sphinx and other Sphinx extensions & customizing.
For the first this fix pins to previous v0.16. In sphinx 4.0 these problems will
be addressed [2] and we can relax (drop) in the requirements-dev.
HTML5 writer [1]:
Use the new semantic tags <main>, <section>, <header>, <footer>, <aside>,
<figure>, and <figcaption>. See minimal.css and plain.css for styling rule
examples.
Change the initial_header_level setting's default to "2", as browsers use the
same style for <h1> and <h2> when nested in a section.
Use HTML text-level tags <small>, <s>, <q>, <dfn>, <var>, <samp>, <kbd>, <i>,
<b>, <u>, <mark>, and <bdi> if a matching class value is found in inline and
literal elements. Use <ins> and <del> if a matching class value is found in
inline, literal, or container elements.
New optional style responsive.css, adapts to different screen sizes.
New option embed_images.
[1] https://docutils.sourceforge.io/RELEASE-NOTES.html
[2] https://github.com/sphinx-doc/sphinx/issues/9056
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-04-08 12:47:24 +00:00
|
|
|
docutils==0.16
|
2021-04-12 19:16:07 +00:00
|
|
|
Sphinx==3.5.4
|
2020-08-27 20:28:51 +00:00
|
|
|
sphinx-issues==1.2.0
|
|
|
|
sphinx-jinja==1.1.1
|
2021-03-12 19:03:57 +00:00
|
|
|
sphinx-tabs==2.1.0
|
2021-04-03 21:16:20 +00:00
|
|
|
sphinxcontrib-programoutput==0.17
|
2021-04-03 21:28:05 +00:00
|
|
|
sphinx-autobuild==2021.3.14
|
2021-03-26 08:13:11 +00:00
|
|
|
linuxdoc==20210324
|
[httpx] replace searx.poolrequests by searx.network
settings.yml:
* outgoing.networks:
* can contains network definition
* propertiers: enable_http, verify, http2, max_connections, max_keepalive_connections,
keepalive_expiry, local_addresses, support_ipv4, support_ipv6, proxies, max_redirects, retries
* retries: 0 by default, number of times searx retries to send the HTTP request (using different IP & proxy each time)
* local_addresses can be "192.168.0.1/24" (it supports IPv6)
* support_ipv4 & support_ipv6: both True by default
see https://github.com/searx/searx/pull/1034
* each engine can define a "network" section:
* either a full network description
* either reference an existing network
* all HTTP requests of engine use the same HTTP configuration (it was not the case before, see proxy configuration in master)
2021-04-05 08:43:33 +00:00
|
|
|
aiounittest==1.4.0
|