contrib/packaging/requirements.txt.in
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 03 Feb 2023 01:07:59 -0500
branchstable
changeset 49651 68cf519429ef
parent 49578 4092db99541a
permissions -rw-r--r--
hgweb: unbyteify the 100-continue check The environment seems to be `str` or `tuple[int]`, and the same check in `wsgicgi.py` is already `str` based, so I suspect this was wrong. I think what happened here is that the string wasn't `r''` prefixed in 482d6f6dba91 like `wsgicgi.py`, so it got wrongly byteified in 687b865b95ad when converting to byte literals en masse.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
49578
4092db99541a packaging: refresh dependency hashes (issue6750)
Jason R. Coombs <jaraco@jaraco.com>
parents: 44738
diff changeset
     1
# Declare requirements for generating the compiled (frozen)
4092db99541a packaging: refresh dependency hashes (issue6750)
Jason R. Coombs <jaraco@jaraco.com>
parents: 44738
diff changeset
     2
# set of requirements in ./requirements.txt.
4092db99541a packaging: refresh dependency hashes (issue6750)
Jason R. Coombs <jaraco@jaraco.com>
parents: 44738
diff changeset
     3
44738
036f6f7e19e1 packaging: add docutils as dependency
Gregory Szorc <gregory.szorc@gmail.com>
parents: 43704
diff changeset
     4
docutils
43704
303bf312d5ed packaging: convert to UNIX line endings
Gregory Szorc <gregory.szorc@gmail.com>
parents: 43561
diff changeset
     5
jinja2