repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
utils
/
git
/
requirements.txt
blob
9ccbbd2ceb56400f67413fd2bd8ee3c4e4c5af1d
1
#
2
# This file is autogenerated by pip-compile with python 3.8
3
# To update, run:
4
#
5
# pip-compile --output-file=requirements.txt requirements.txt.in
6
#
7
certifi==2021.10.8
8
# via requests
9
cffi==1.15.0
10
# via pynacl
11
charset-normalizer==2.0.10
12
# via requests
13
deprecated==1.2.13
14
# via pygithub
15
gitdb==4.0.9
16
# via gitpython
17
gitpython==3.1.26
18
# via -r requirements.txt.in
19
idna==3.3
20
# via requests
21
pycparser==2.21
22
# via cffi
23
pygithub==1.55
24
# via -r requirements.txt.in
25
pyjwt==2.3.0
26
# via pygithub
27
pynacl==1.5.0
28
# via pygithub
29
requests==2.27.1
30
# via pygithub
31
smmap==5.0.0
32
# via gitdb
33
urllib3==1.26.8
34
# via requests
35
wrapt==1.13.3
36
# via deprecated