summaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
2021-03-26Bump lxml from 4.6.2 to 4.6.3dependabot[bot]
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-16[mod] upgrade pygmentsAlexandre Flament
add searx_extra/update/update_pygments.py to update the css style of the oscar and simple themes.
2021-02-16Bump pyyaml from 5.3.1 to 5.4.1dependabot[bot]
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-16Bump jinja2 from 2.11.2 to 2.11.3dependabot[bot]
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-19[mod] checker : replace pycld3 by langdetectAlexandre Flament
pycld3 requires the native library cld3 langdetect is a pure python package
2021-01-12[enh] add checkerAlexandre Flament
2021-01-12[mod] remove pyopenssl dependencyAlexandre Flament
requests[security] is now deprecated since version 2.25.0
2020-12-28[upd] update dependenciesAlexandre Flament
minor change in the oscar theme becase the last version of jinja2 respect more carefully the spaces in the templates
2020-11-17[mod] use github actions instead of travisAlexandre Flament
fix https://github.com/searx/searx/issues/2279
2020-09-26[mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl.Alexandre Flament
requests 2.24.0 uses the ssl module except if it doesn't support SNI, in this case searx fallbacks to pyopenssl. searx logs a critical message and exit if the ssl modules doesn't support SNI and pyOpenSSL is not installed. searx logs a critical message and exit if the ssl version is older than 1.0.2. in requirements.txt, pyopenssl is still required to install searx as a fallback.
2020-04-08[mod] requirements.txt: upgrade dependency versions.Dalf
2020-02-06Fix deprecated werkzeug importNicolas Gelot
Close: #1830 Signed-off-by: Nicolas Gelot <nicolas.gelot@e.email>
2019-07-15[enh] Add Interlingua locale (requires requirements update)Marc Abonce Seguin
2019-05-26requirements.txt : update dependenciesDalf
2019-02-23add more updatesNoémi Ványi
2019-02-23require jinja to have unique functionNoémi Ványi
2019-02-23update pyyamlNoémi Ványi
2018-08-01Update dependenciesAlex
2018-06-03Update requirements.txtAlexandre Flament
2017-11-22Dependencies upgradeAlexandre Flament
https://pypi.python.org/pypi/pyOpenSSL : fix memory leak http://lxml.de/4.1/changes-4.1.1.html : speed improvement
2017-09-17Switch to code-covAlexandre Flament
2017-07-31[mod] upgrade dependenciesAlexandre Flament
Mostly interresting for : * pyopenssl : https://github.com/pyca/pyopenssl/pull/578 * certifi
2017-03-23[mod] upgrade requirements.txtAlexandre Flament
2017-01-06Remove pyasn1-modules from dependenciesAlexandre Flament
According to https://github.com/kennethreitz/requests/issues/749#issuecomment-19187417 there is no need to install pyasn1-modules.
2017-01-02[mod] upgrade versions in requirements.txtAlexandre Flament
2016-10-03[enh] update certifi to the current latestAdam Tauber
2016-09-05[enh] socks proxy supportAdam Tauber
2016-07-04[enh][fix] update to latest dependencies ++ fix tests & travis test runnerAdam Tauber
WARNING: dependency changes
2016-01-10[mod] dependency versionsAdam Tauber
2015-04-26[fix] SSL : SNI supportAlexandre Flament
2014-12-20[enh] add result_templates/code.htmlThomas Pointhuber
2014-12-05[enh] gevent/grequests changed to the built-in threading libAdam Tauber
2014-03-18simplify datetime extractionThomas Pointhuber
2014-01-22[mod] ui localization init - new dependency: flask-babelasciimoo
2014-01-19[enh] settings unification - new dependency: pyyamlasciimoo
2013-10-14[enh] initial commitasciimoo