contrib/packaging/requirements.txt.in
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 21 Nov 2022 15:04:42 -0500
changeset 49643 e1c586b9a43c
parent 49606 4092db99541a
permissions -rw-r--r--
attr: vendor 22.1.0 The previous version was 5 years old, and pytype 2022.06.30 started complaining about various uses (e.g. seeing `mercurial.thirdparty.attr._make._CountingAttr` instead of `bytearray`). Hopefully this helps. Additionally, this has official python 3.11 support. The `attrs` package is left out, because it is simply a bunch of *.pyi stubs and `from attr.X import *`, and that's not how they've been used up to this point. We'd probably need to customize those anyway to `from mercurial.thirdparty.attr import *`.
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