contrib/packaging/requirements-macos.txt.in
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 29 Feb 2024 14:13:21 -0800
branchstable
changeset 51448 89cd0dd41e4d
parent 49836 3d7bf111f01e
permissions -rw-r--r--
crecord: drop calls to `curses.endwin()` We got a bug report where `curses.endwin()` failed with `_curses.error: endwin() returned ERR`. Looking at e306d552dfb12, it seems like we should be able to just remove these calls.

# 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