From 2123729f40d22e395d94487b71077b2ccc7f9ac1 Mon Sep 17 00:00:00 2001 From: zhaoyehua Date: Mon, 29 Mar 2021 16:09:22 +0800 Subject: feat:modify pip install list Issue-ID: USECASEUI-525 Change-Id: I36d50d5e45c354b4a705aa0ad8067ba1927d3d66 Signed-off-by: zhaoyehua --- standalone/src/main/assembly/requirements | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/standalone/src/main/assembly/requirements b/standalone/src/main/assembly/requirements index aa7a694..4c87302 100644 --- a/standalone/src/main/assembly/requirements +++ b/standalone/src/main/assembly/requirements @@ -1 +1,26 @@ -entrypoints==0.3 \ No newline at end of file +entrypoints==0.3 +Flask==1.1.1 +future==0.17.1 +joblib==0.13.2 +json5==0.8.4 +jsonschema==3.0.1 +Keras-Applications==1.0.8 +Keras-Preprocessing==1.1.0 +lxml==4.3.4 +matplotlib==3.1.0 +numpy==1.16.4 +numpydoc==0.9.1 +openpyxl==2.6.2 +pandas==0.24.2 +protobuf==3.13.0 +requests==2.22.0 +scikit-learn==0.21.2 +setuptools==41.0.1 +six==1.12.0 +tensorboard==1.14.0 +tensorflow==1.14.0 +tensorflow-estimator==1.14.0 +urllib3==1.24.2 +xlrd==1.2.0 +XlsxWriter==1.1.8 +xlwt==1.3.0 \ No newline at end of file -- cgit 1.2.3-korg