Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / utils / git / requirements.txt
blobbed449e6bf9f09245eb4266d11ecac727a0e4734
2 # This file is autogenerated by pip-compile with Python 3.11
3 # by the following command:
5 #    pip-compile --output-file=requirements.txt requirements.txt.in
7 certifi==2023.7.22
8     # via
9     #   -r requirements.txt.in
10     #   requests
11 cffi==1.15.1
12     # via
13     #   cryptography
14     #   pynacl
15 charset-normalizer==2.1.1
16     # via requests
17 cryptography==41.0.3
18     # via pyjwt
19 deprecated==1.2.13
20     # via pygithub
21 gitdb==4.0.9
22     # via gitpython
23 gitpython==3.1.32
24     # via -r requirements.txt.in
25 idna==3.4
26     # via requests
27 pycparser==2.21
28     # via cffi
29 pygithub==1.59.1
30     # via -r requirements.txt.in
31 pyjwt[crypto]==2.5.0
32     # via pygithub
33 pynacl==1.5.0
34     # via pygithub
35 requests==2.28.1
36     # via pygithub
37 smmap==5.0.0
38     # via gitdb
39 types-cryptography==3.3.23.2
40     # via pyjwt
41 urllib3==1.26.12
42     # via requests
43 wrapt==1.14.1
44     # via deprecated