Gilles Peskine | 12fe74e | 2021-11-17 19:13:34 +0100 | [diff] [blame] | 1 | # Python packages that are only useful to Mbed TLS maintainers. |
2 | |||||
3 | -r ci.requirements.txt | ||||
4 | |||||
5 | # For source code analyses | ||||
6 | clang | ||||
Gilles Peskine | f3564bf | 2021-12-02 12:50:06 +0100 | [diff] [blame] | 7 | |
8 | # For building some test vectors | ||||
9 | pycryptodomex | ||||
10 | pycryptodome-test-vectors |