##// END OF EJS Templates
changelog-delay: move "delayed" check to a more official API...
changelog-delay: move "delayed" check to a more official API To avoid reaching inside the inner object in the future, we needs some official API. We put one of such API early to reduce the size of the final diff.

File last commit:

r50501:4092db99 stable
r51997:1c0f3994 default
Show More
requirements-windows.txt.in
23 lines | 507 B | text/plain | TextLexer
/ contrib / packaging / requirements-windows.txt.in
Jason R. Coombs
packaging: refresh dependency hashes (issue6750)...
r50501 # Declare Windows-specific requirements for generating
# the compiled (frozen) set of requirements in
# ./requirements-windows-py3.txt.
# If run on Windows, it may be necessary to run dos2unix
# on the output file to replace any CRLF newlines with LF.
Gregory Szorc
contrib: split Windows requirements into multiple files...
r46344 docutils
Gregory Szorc
packaging: remove requirements constraints to support Python 2...
r49704 dulwich
pyoxidized: install fuzzywuzzy too...
r48654
# Needed by the release note tooling
fuzzywuzzy
Gregory Szorc
contrib: split Windows requirements into multiple files...
r46344 keyring
Gregory Szorc
packaging: remove requirements constraints to support Python 2...
r49704 pygit2
Gregory Szorc
contrib: split Windows requirements into multiple files...
r46344 pygments
windows: add pytest-vcr to the dependencies...
r48657
# Needed by the phabricator tests
pytest-vcr
Gregory Szorc
contrib: split Windows requirements into multiple files...
r46344 # Need to list explicitly so dependency gets pulled in when
# not running on Windows.
pywin32-ctypes
Matt Harbison
packaging: include `windows-curses` on Windows...
r47036 windows-curses