qutebrowser/misc/requirements
2019-02-11 19:41:01 +01:00
..
README.md Fix typos 2017-12-16 11:24:14 -05:00
requirements-check-manifest.txt Update check-manifest from 0.36 to 0.37 2018-04-23 18:24:13 +02:00
requirements-check-manifest.txt-raw Rename raw-requirements files 2016-06-07 23:21:50 +02:00
requirements-codecov.txt Update requests from 2.20.1 to 2.21.0 2018-12-10 19:19:16 +01:00
requirements-codecov.txt-raw Rename raw-requirements files 2016-06-07 23:21:50 +02:00
requirements-flake8.txt Update pyflakes from 2.0.0 to 2.1.0 2019-02-11 19:40:24 +01:00
requirements-flake8.txt-raw Update flake8 dependencies 2018-10-29 19:57:54 +01:00
requirements-mypy.txt Update typed-ast from 1.1.1 to 1.3.1 2019-02-11 19:40:31 +01:00
requirements-mypy.txt-raw mypy: Use own copy of PyQt5-stubs 2018-11-26 18:25:12 +01:00
requirements-optional.txt Update hunter from 2.1.0 to 2.2.1 2019-02-11 19:40:33 +01:00
requirements-optional.txt-raw Add requirements-optional.txt 2018-11-26 18:25:12 +01:00
requirements-pip.txt Update setuptools from 40.6.3 to 40.8.0 2019-02-11 19:40:42 +01:00
requirements-pyinstaller.txt Update future from 0.17.0 to 0.17.1 2018-11-05 18:59:17 +01:00
requirements-pyinstaller.txt-raw Use develop branch of PyInstaller again 2018-09-22 09:53:32 +02:00
requirements-pylint.txt Update wrapt from 1.10.11 to 1.11.1 2019-02-11 19:40:49 +01:00
requirements-pylint.txt-raw pylint requirements: Add github3.py 2016-08-02 22:45:08 +02:00
requirements-pyqt.txt Update pyqt5 from 5.11.3 to 5.12 2019-02-11 19:40:29 +01:00
requirements-pyqt.txt-raw Update to PyQt 5.9.2 2017-11-24 14:24:15 +01:00
requirements-pyroma.txt Merged upstream, made requested modifications to the search engine code and added tests 2018-09-03 23:28:43 +02:00
requirements-pyroma.txt-raw Rename raw-requirements files 2016-06-07 23:21:50 +02:00
requirements-qutebrowser.txt-raw Go back to a release version of PyYAML 2018-07-10 15:22:51 +02:00
requirements-sphinx.txt Update sphinx from 1.8.3 to 1.8.4 2019-02-11 19:40:52 +01:00
requirements-sphinx.txt-raw Move Sphinx to tox 2018-12-11 19:09:42 +01:00
requirements-tests-git.txt Merged upstream, made requested modifications to the search engine code and added tests 2018-09-03 23:28:43 +02:00
requirements-tests.txt Update pluggy from 0.8.0 to 0.8.1 2019-02-11 19:41:01 +01:00
requirements-tests.txt-raw Upgrade pytest 2018-10-24 08:05:00 +02:00
requirements-tox.txt Update tox from 3.5.3 to 3.6.1 2018-12-24 19:21:26 +01:00
requirements-tox.txt-raw Rebuild requirement files 2018-03-20 06:59:57 +01:00
requirements-vulture.txt Update vulture from 0.29 to 1.0 2018-10-29 18:56:26 +01:00
requirements-vulture.txt-raw Rename raw-requirements files 2016-06-07 23:21:50 +02:00

This directory contains various requirements files which are used by tox to have reproducible tests with pinned versions.

The files are generated based on unpinned requirements in *.txt-raw files.

Those files can also contain some special commands:

  • Add an additional comment to a line: #@ comment: <package> <comment here>
  • Filter a line for requirements.io: #@ filter: <package> <filter>
  • Don't include a package in the output: #@ ignore: <package> (or multiple packages)
  • Replace a part of a frozen package specification with another: #@ replace <regex> <replacement>

Some examples:

#@ comment: mypkg blah blub
#@ filter: mypkg != 1.0.0
#@ ignore: mypkg, otherpkg
#@ replace: foo bar