view contrib/packaging/requirements-macos.txt.in @ 51874:1b17309cdaab

typing: make `unionrepository` subclass `localrepository` while type checking This is the same change as 9d4ad05bc91c made for `bundlerepository`, for the same reasons. Also, add a comment here to suppress the PyCharm warning that the superclass constructor is not called, that is new now that there's a simulated superclass. That lack of a call is by design- `makeunionrepository()` does magic that PyCharm isn't aware of. But PyCharm has been better at catching problems than pytype in a lot of cases, so I'd like to reduce the bogus things it flags, to make the real issues stand out.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 19 Sep 2024 16:19:29 -0400
parents 3d7bf111f01e
children
line wrap: on
line source

# Declare macOS-specific requirements for generating
# the compiled (frozen) set of requirements in
# ./requirements-macos.txt.
# If run on Windows, it may be necessary to run dos2unix
# on the output file to replace any CRLF newlines with LF.

# TODO: dulwich, pygit2, and pytest-vcr are flagged as being
#  incompatible with in-memory resources.  Maybe there's a
#  way to bundle just them externally.

docutils
#dulwich

# Needed by the release note tooling
fuzzywuzzy

keyring
#pygit2
pygments

# Needed by the phabricator tests
#pytest-vcr