llvm-project/llvm/utils/git/requirements.txt
Tom Stellard daf82a51a0 github: Add actions to automate part of the release workflow
This adds support for automatically cherry-picking and testing fixes for the
release branch using 'commands' in issue comments.  The two supported commands are:

/cherry-pick <commit1> <commit2> ...

Which will backport and test commits from main.  And also

/branch owner/repo/branch

Which will test commits from the given branch.

Reviewed By: alexbatashev, kwk

Differential Revision: https://reviews.llvm.org/D117386
2022-02-03 15:03:59 -08:00

37 lines
696 B
Plaintext

#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --output-file=requirements.txt requirements.txt.in
#
certifi==2021.10.8
# via requests
cffi==1.15.0
# via pynacl
charset-normalizer==2.0.10
# via requests
deprecated==1.2.13
# via pygithub
gitdb==4.0.9
# via gitpython
gitpython==3.1.26
# via -r requirements.txt.in
idna==3.3
# via requests
pycparser==2.21
# via cffi
pygithub==1.55
# via -r requirements.txt.in
pyjwt==2.3.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.27.1
# via pygithub
smmap==5.0.0
# via gitdb
urllib3==1.26.8
# via requests
wrapt==1.13.3
# via deprecated