Gilles Peskine | 9c82cd9 | 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 | 26f60b3 | 2021-12-02 12:50:06 +0100 | [diff] [blame] | 7 | |
8 | # For building some test vectors | ||||
9 | pycryptodomex | ||||
10 | pycryptodome-test-vectors |