This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 325b77e4267c53dd31ff8621003bb6bddaf5c86c Author: Tristan van Berkom <[email protected]> AuthorDate: Sat Mar 19 14:47:58 2022 +0900 requirements/: Adding initial requirements.txt files --- requirements/plugin-requirements.txt | 8 ++++++++ requirements/test-requirements.txt | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/requirements/plugin-requirements.txt b/requirements/plugin-requirements.txt new file mode 100644 index 0000000..b967ebb --- /dev/null +++ b/requirements/plugin-requirements.txt @@ -0,0 +1,8 @@ +# The dependencies listed here are necessary for specifc plugins, but +# aren't required for buildstream-plugins to be installed. + +# Cargo source +toml + +# Docker source +requests diff --git a/requirements/test-requirements.txt b/requirements/test-requirements.txt new file mode 100644 index 0000000..ff91d56 --- /dev/null +++ b/requirements/test-requirements.txt @@ -0,0 +1,9 @@ +pytest-env +# Provide option to run tests in parallel, less reliable +pytest-xdist +pytest >= 6.0.1 +pytest-datafiles >= 2.0 +pylint +pycodestyle +pyftpdlib +
