diff options
author | Ashley Pittman <ashley@pittman.co.uk> | 2024-03-23 19:50:59 +0000 |
---|---|---|
committer | Bernd Schubert <bernd.schubert@fastmail.fm> | 2024-03-27 17:26:14 +0100 |
commit | e3bd7de51770d8f7c10e3e20d5b46cc4715ab153 (patch) | |
tree | 15c7608113e4f6cc130ec5f282a9c121b9e34665 /requirements.txt | |
parent | dd95d13aaca940a310628f31bfcdd2deb38ad377 (diff) | |
download | libfuse-e3bd7de51770d8f7c10e3e20d5b46cc4715ab153.tar.gz |
Install all test/build python packages from requirements.txt
Have GitHub actions setup python on runners and install
all python dependencies via pip.
Signed-off-by: Ashley Pittman <ashley@pittman.co.uk>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..42cafe0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +# Packages required for building and testing libfuse only, +# no python code is required when using libfuse. +# Build packages: +meson +ninja +# Test packages: +looseversion +pytest |