logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 13216b6706ebd35a26bf0f8b20a96d64377ce4b6
parent e766939440c371724a2ef09c744965dc306fa191
Author: Alexandre Flament <alex@al-f.net>
Date:   Wed, 22 Nov 2017 15:17:23 +0100

Dependencies upgrade

https://pypi.python.org/pypi/pyOpenSSL : fix memory leak
http://lxml.de/4.1/changes-4.1.1.html : speed improvement

Diffstat:

Mrequirements.txt6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -1,10 +1,10 @@ -certifi==2017.7.27.1 +certifi==2017.11.5 flask==0.12.2 flask-babel==0.11.2 -lxml==3.8.0 +lxml==4.1.1 idna==2.5 pygments==2.1.3 -pyopenssl==17.2.0 +pyopenssl==17.4.0 python-dateutil==2.6.1 pyyaml==3.12 requests[socks]==2.18.4