logo

searx

My custom branche(s) on searx, a meta-search engine
commit: ca45c24162f98bd980e30d2858ac531971e4be35
parent: 2caf0d4c9a932c601f074662879eed6ddf973fa8
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Mon, 30 May 2016 18:00:41 +0200

[fix] missing requirements files from setup.py - closes #572

Diffstat:

Msetup.py2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/setup.py b/setup.py @@ -53,6 +53,8 @@ setup( 'searx': [ 'settings.yml', '../README.rst', + '../requirements.txt', + '../requirements-dev.txt', 'data/*', 'plugins/*/*', 'static/*.*',