summaryrefslogtreecommitdiff
path: root/scripts/dev/recompile_requirements.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-22 18:36:00 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-22 18:36:00 +0100
commitee9f3fc7cbfd976b3d9ca467322ebfdf7ed7e6a7 (patch)
tree7956d36bf5780ace8b6c20cef9dba91ccaa29ca1 /scripts/dev/recompile_requirements.py
parent2b9108113d93284cbb84879dbf3d768abe513056 (diff)
downloadqutebrowser-ee9f3fc7cbfd976b3d9ca467322ebfdf7ed7e6a7.tar.gz
qutebrowser-ee9f3fc7cbfd976b3d9ca467322ebfdf7ed7e6a7.zip
Fix lint
Diffstat (limited to 'scripts/dev/recompile_requirements.py')
-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 ae4ffb4d0..e2d8c3e3f 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -177,6 +177,8 @@ CHANGELOG_URLS = {
'pip': 'https://pip.pypa.io/en/stable/news/',
'wheel': 'https://wheel.readthedocs.io/en/stable/news.html',
'setuptools': 'https://setuptools.readthedocs.io/en/latest/history.html',
+ 'future': 'https://python-future.org/whatsnew.html',
+ 'pefile': 'https://github.com/erocarrera/pefile/commits/master',
}