summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
AgeCommit message (Collapse)Author
2021-03-26Bump linuxdoc from 20210110 to 20210324dependabot[bot]
Bumps [linuxdoc](https://github.com/return42/linuxdoc) from 20210110 to 20210324. - [Release notes](https://github.com/return42/linuxdoc/releases) - [Commits](https://github.com/return42/linuxdoc/commits) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-20Bump twine from 3.3.0 to 3.4.1dependabot[bot]
Bumps [twine](https://github.com/pypa/twine) from 3.3.0 to 3.4.1. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/master/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/3.3.0...3.4.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-12Bump sphinx from 3.5.1 to 3.5.2dependabot[bot]
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.5.1...v3.5.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-12Bump sphinx-tabs from 2.0.1 to 2.1.0dependabot[bot]
Bumps [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/executablebooks/sphinx-tabs/releases) - [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v2.0.1...v2.1.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02Bump pylint from 2.6.2 to 2.7.2dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.2 to 2.7.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.6.2...pylint-2.7.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-28[py2to3] use unittest from py3, remove unittest2 from py2Markus Heiser
- unittest2 is a backport of the new features added to the unittest testing framework in Python 2.7 - unittest2 was only needed in py2 and can be dropped now Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-02-23Bump sphinx from 3.4.1 to 3.5.1dependabot[bot]
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.1 to 3.5.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.1...v3.5.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-16Bump sphinx-tabs from 1.3.0 to 2.0.1dependabot[bot]
Bumps [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) from 1.3.0 to 2.0.1. - [Release notes](https://github.com/executablebooks/sphinx-tabs/releases) - [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v1.3.0...v2.0.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-16Bump pylint from 2.6.0 to 2.6.2dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.0 to 2.6.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.6.0...pylint-2.6.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-16Bump nose2[coverage_plugin] from 0.9.2 to 0.10.0dependabot[bot]
Bumps [nose2[coverage_plugin]](https://github.com/nose-devs/nose2) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/nose-devs/nose2/releases) - [Changelog](https://github.com/nose-devs/nose2/blob/master/docs/changelog.rst) - [Commits](https://github.com/nose-devs/nose2/compare/0.9.2...0.10.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-12[mod] drop Python 3.5 supportAlexandre Flament
2021-01-10[fix] requirements-dev.txt use linuxdoc==20210110 from pypiMarkus Heiser
Fore good reasons (force push) PyPi does not accept a git commit as a requirement [1]. Today linuxdoc has been released on pypi, lets use it. With this patch issue [#2393] should be obsolete. [#2393] https://github.com/searx/searx/issues/2393 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
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-06chg: dev: pep8 to pycodestylerachmadaniHaryono
2020-09-28[fix] Update Sphinx package versionsAlexandre Flament
* Update call to sphinx-autobuild (remove --poll -B options, add --open-browser) * Upgrade the Sphinx and sphinx-tabs versions. * utils/makefile.sphinx: remove the SPHINXVERS variable. * utils/makefile.sphinx: remove the sphinx-doc and sphinx-live targets, Sphinx is already installed by the pyenvinstall target.
2020-08-27[fix] requirements-dev.txt: set fixed versions for all the dependencies (#2154)Alexandre Flament
2020-03-04Merge branch 'master' of https://github.com/asciimoo/searx into filtronMarkus Heiser
2020-02-29requirements-dev.txt: add missing pylint for liniting testsMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-02-05upload-pypi: twine is needed to upload to PyPi 'make upload-pypi'Markus Heiser
To build & deploy packages on PyPi call make target: make upload-pypi - https://github.com/asciimoo/searx/issues/1829 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-01-11docs: add Sphinx-doc extension sphinxcontrib.programoutputMarkus Heiser
- https://github.com/NextThought/sphinxcontrib-programoutput Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-12-26doc(dev): reST/sphinx add tabbed views extension (sphinx_tabs.tabs)Markus Heiser
See issue #1785: idea: in the doc, provide installation instructions with one tab per distrubution preview (don't bookmark): https://return42.github.io/searx/dev/reST.html#tabbed-views Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-12-21doc: add reST templating // incl. generic engine tabeMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-12-19doc: add content to reST primer (WIP) // linuxdocMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-12-12doc: use customized pocoo theme (pallets-sphinx-themes)Markus Heiser
The old searx theme was a copy of the flask theme. In the meantime this theme is available from the python module pallets-sphinx-themes. This patch makes pallets-sphinx-themes as a (dev) requirement and drops most of the old and obsolete searx theme settings/files. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-07-15[enh] Add Interlingua locale (requires requirements update)Marc Abonce Seguin
2019-07-06Fix ./manage.sh robot_tests (#1633)Alexandre Flament
doi_resolvers / default_doi_resolver were missing in the settings_robots.yml file, so the test server was not able to start (crash). Since the output wasn't displayed, it was not obvious why the Selenium couldn't connect to searx.
2019-05-28fix: dev: nose packagerachmadaniHaryono
2017-09-17Switch to code-covAlexandre Flament
2017-08-13[fix] fix selenium testsAlexandre Flament
2017-05-15[enh] py3 compatibilityAdam Tauber
2017-03-23[fix] fix travis buildAlexandre Flament
2016-10-22[enh] update dev requirementsAdam Tauber
2016-07-04[enh][fix] update to latest dependencies ++ fix tests & travis test runnerAdam Tauber
WARNING: dependency changes
2016-01-18[fix] pep8 compatibiltyAdam Tauber
2016-01-10[fix] translation dev depsAdam Tauber
2016-01-10[fix] dev requirements duplicationAdam Tauber
2016-01-10[mod] remove buildout/makefile infrastructureAdam Tauber