qutebrowser/misc/requirements
2018-09-03 19:42:38 +02: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 certifi from 2018.8.13 to 2018.8.24 2018-09-03 19:42:13 +02:00
requirements-codecov.txt-raw Rename raw-requirements files 2016-06-07 23:21:50 +02:00
requirements-flake8.txt Update typing from 3.6.4 to 3.6.6 2018-09-03 19:42:22 +02:00
requirements-flake8.txt-raw Filter flake8-builtins 1.4.0 2018-05-08 11:34:17 +02:00
requirements-pip.txt Update setuptools from 40.1.0 to 40.2.0 2018-09-03 19:42:25 +02:00
requirements-pyinstaller.txt Update macholib from 1.10 to 1.11 2018-09-03 19:42:26 +02:00
requirements-pyinstaller.txt-raw Use latest release of PyInstaller 2018-04-16 08:28:24 +02:00
requirements-pylint-master.txt Update github3.py from 1.1.0 to 1.2.0 2018-09-03 19:42:28 +02:00
requirements-pylint-master.txt-raw Recompile requirements files 2018-07-18 09:58:49 +02:00
requirements-pylint.txt Update github3.py from 1.1.0 to 1.2.0 2018-09-03 19:42:29 +02:00
requirements-pylint.txt-raw pylint requirements: Add github3.py 2016-08-02 22:45:08 +02:00
requirements-pyqt.txt Recompile requirements files 2018-07-18 09:58:49 +02:00
requirements-pyqt.txt-raw Update to PyQt 5.9.2 2017-11-24 14:24:15 +01:00
requirements-pyroma.txt Update pyroma from 2.3.1 to 2.4 2018-08-20 19:40:16 +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-tests-git.txt Use PyYAML from git for requirements-tests-git 2018-07-03 10:30:30 +02:00
requirements-tests.txt Update pytest from 3.6.4 to 3.7.4 2018-09-03 19:42:38 +02:00
requirements-tests.txt-raw Blacklist pytest 3.7.2 2018-08-25 08:06:54 +02:00
requirements-tox.txt Update py from 1.5.4 to 1.6.0 2018-09-03 19:42:37 +02:00
requirements-tox.txt-raw Rebuild requirement files 2018-03-20 06:59:57 +01:00
requirements-vulture.txt Update vulture from 0.28 to 0.29 2018-08-06 19:41:23 +02: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