summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-25 09:50:29 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-25 10:00:46 +0100
commit8a3c77ffd2e5728f9302d12d1d1a039116bd1d37 (patch)
tree34bc6044d71d09ab2ae8dce43b464d9c2152b92d /scripts
parentbd8eef8fe1bcb4efac186ebfc37d852a6cc8eff5 (diff)
downloadqutebrowser-8a3c77ffd2e5728f9302d12d1d1a039116bd1d37.tar.gz
qutebrowser-8a3c77ffd2e5728f9302d12d1d1a039116bd1d37.zip
requirements: Add importlib-metadata
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/recompile_requirements.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 9a28420ce..8fd23b3f2 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -175,6 +175,8 @@ CHANGELOG_URLS = {
'pyroma': 'https://github.com/regebro/pyroma/blob/master/HISTORY.txt',
'adblock': 'https://github.com/ArniDagur/python-adblock/blob/master/CHANGELOG.md',
'importlib-resources': 'https://importlib-resources.readthedocs.io/en/latest/history.html',
+ 'importlib-metadata': 'https://github.com/python/importlib_metadata/blob/main/CHANGES.rst',
+ 'zipp': 'https://github.com/jaraco/zipp/blob/main/CHANGES.rst',
'dataclasses': 'https://github.com/ericvsmith/dataclasses#release-history',
'pip': 'https://pip.pypa.io/en/stable/news/',
'wheel': 'https://wheel.readthedocs.io/en/stable/news.html',