summaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
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