contrib/packaging/requirements.txt.in
author Manuel Jacob <me@manueljacob.de>
Wed, 07 Aug 2024 22:05:36 +0200
branchstable
changeset 51818 23116aefe786
parent 49606 4092db99541a
permissions -rw-r--r--
merge: sort filemap only if requested by the caller The name `sorted` refers to a built-in function, which is always true, so the else branch of this if statement was dead code. Because, with this fix, the function can iterate over the dict items while yielding values, the dict should not change size while the generator is running. Because of that, it is required to re-introduce code that makes a caller copy the filemap before modification, which was removed in 3c783ff08d40cbaf36eb27ffe1d296718c0f1d77 (that changeset also introduced the filemap() method including the bug that’s being fixed by this changeset).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
49606
4092db99541a packaging: refresh dependency hashes (issue6750)
Jason R. Coombs <jaraco@jaraco.com>
parents: 44743
diff changeset
     1
# Declare requirements for generating the compiled (frozen)
4092db99541a packaging: refresh dependency hashes (issue6750)
Jason R. Coombs <jaraco@jaraco.com>
parents: 44743
diff changeset
     2
# set of requirements in ./requirements.txt.
4092db99541a packaging: refresh dependency hashes (issue6750)
Jason R. Coombs <jaraco@jaraco.com>
parents: 44743
diff changeset
     3
44743
036f6f7e19e1 packaging: add docutils as dependency
Gregory Szorc <gregory.szorc@gmail.com>
parents: 43660
diff changeset
     4
docutils
43660
303bf312d5ed packaging: convert to UNIX line endings
Gregory Szorc <gregory.szorc@gmail.com>
parents: 43513
diff changeset
     5
jinja2