mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 11:45:39 +01:00
12fe74e360
Add pip requirements files. We'll have separate requirements files for different target audiences. Each file can use `-r` lines to include other files. This commit adds two requirement files: one with everything that's needed to pass the CI, and one with additional tools that are suggested for Mbed TLS maintainers to install locally. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
# Python packages that are only useful to Mbed TLS maintainers.
|
|
|
|
-r ci.requirements.txt
|
|
|
|
# For source code analyses
|
|
clang
|