summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-10-15 13:11:03 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-10-15 13:11:03 +0200
commit0d7d534df80b8a3284af0d76136e1247b8607a2e (patch)
tree640327d3bb258ce3a964be00c27f13a4627f02d9
parent549eda8aa76d96165bf7ca12efce4c07e5fd49dc (diff)
downloadqutebrowser-0d7d534df80b8a3284af0d76136e1247b8607a2e.tar.gz
qutebrowser-0d7d534df80b8a3284af0d76136e1247b8607a2e.zip
scripts: Add changelog URL for Pympler
-rw-r--r--scripts/dev/recompile_requirements.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 2c7d17c3a..9a7641e91 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -84,6 +84,7 @@ CHANGELOG_URLS = {
'jaraco.functools': 'https://github.com/jaraco/jaraco.functools/blob/master/CHANGES.rst',
'parse': 'https://github.com/r1chardj0n3s/parse#potential-gotchas',
'py': 'https://py.readthedocs.io/en/latest/changelog.html#changelog',
+ 'Pympler': 'https://github.com/pympler/pympler/blob/master/CHANGELOG.md',
'pytest-mock': 'https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst',
'pytest-qt': 'https://github.com/pytest-dev/pytest-qt/blob/master/CHANGELOG.rst',
'wcwidth': 'https://github.com/jquast/wcwidth#history',