summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-06-14 12:15:18 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-06-14 12:15:18 +0200
commit41d488e11ad8be3c6c67cdb87ae223e80a03a4a6 (patch)
tree3079623743a07fbb0869b9189a715076aa40cd9f
parent5cc182132a4714abda155a08f590e5145258b276 (diff)
downloadqutebrowser-41d488e11ad8be3c6c67cdb87ae223e80a03a4a6.tar.gz
qutebrowser-41d488e11ad8be3c6c67cdb87ae223e80a03a4a6.zip
scripts: Remove apipkg from requirements
-rw-r--r--scripts/dev/recompile_requirements.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index e8a188f6c..5121bd27a 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -50,7 +50,6 @@ CHANGELOG_URLS = {
'EasyProcess': 'https://github.com/ponty/EasyProcess/commits/master',
'PyVirtualDisplay': 'https://github.com/ponty/PyVirtualDisplay/commits/master',
'execnet': 'https://execnet.readthedocs.io/en/latest/changelog.html',
- 'apipkg': 'https://github.com/pytest-dev/apipkg/blob/master/CHANGELOG',
'pytest-rerunfailures': 'https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst',
'pytest-repeat': 'https://github.com/pytest-dev/pytest-repeat/blob/master/CHANGES.rst',
'requests': 'https://github.com/psf/requests/blob/master/HISTORY.md',