update pack

This commit is contained in:
joy,zhou 2021-01-06 18:26:26 +08:00
parent bbc8792eff
commit 44f73c8ee0
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ fi
mkdir tmp
cp index.py tmp/
cd tmp
pip3 install -t . uiotedge_driver_link_sdk==0.0.41 #打包驱动SDK
pip3 install -t . iotedge_driver_link_sdk==0.0.1 #打包驱动SDK
zip -r demo.zip .
cd ..
cp tmp/demo.zip .

View File

@ -8,7 +8,7 @@ mkdir tmp
cp index.py tmp
cd tmp
pip3 install -t . uiotedge_driver_link_sdk==0.0.41 #打包驱动SDK
pip3 install -t . iotedge_driver_link_sdk==0.0.1 #打包驱动SDK
pip3 install -t . tornado -i https://mirrors.aliyun.com/pypi/simple/ #打包自己的依赖
zip -r ws.zip .