This is an automated email from the ASF dual-hosted git repository. shuaijinchao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-python-plugin-runner.git
commit 2af740045fcb4034e656c6710b902665987e3758 Author: Janko <[email protected]> AuthorDate: Tue Aug 3 13:47:45 2021 +0800 feat: add Makefile. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a17746..4e88c6c 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,5 @@ setup: python3 -m pip install --upgrade pip python3 -m pip install a6pluginprotos --ignore-installed - python3 -m pip install minicache --ignore-installed \ No newline at end of file + python3 -m pip install minicache --ignore-installed + python3 -m pip install click --ignore-installed
