Gilles Peskine | d78e6cc | 2022-01-22 00:44:07 +0100 | [diff] [blame] | 1 | # Python packages that are not used by any script in this repository, |
2 | # but are likely to be useful to Mbed TLS maintainers. | ||||
Gilles Peskine | 12fe74e | 2021-11-17 19:13:34 +0100 | [diff] [blame] | 3 | |
4 | -r ci.requirements.txt | ||||
5 | |||||
6 | # For source code analyses | ||||
7 | clang | ||||
Gilles Peskine | f3564bf | 2021-12-02 12:50:06 +0100 | [diff] [blame] | 8 | |
9 | # For building some test vectors | ||||
10 | pycryptodomex | ||||
11 | pycryptodome-test-vectors |