diff --git a/deploy/build_package_full.sh b/deploy/build_package_full.sh index 2c5ecc581..1c9b1ff5e 100755 --- a/deploy/build_package_full.sh +++ b/deploy/build_package_full.sh @@ -209,7 +209,10 @@ REQUIRED=( "Lea/python-embed/Lib/site-packages/win32" "Lea/python-embed/Lib/site-packages/socketio" "Lea/python-embed/Lib/site-packages/httpx" -) + "Lea/python-embed/Lib/site-packages/httpcore" + "Lea/python-embed/Lib/site-packages/h11" + "Lea/python-embed/Lib/site-packages/anyio" + "Lea/python-embed/Lib/site-packages/typing_extensions.py" MISSING=() for f in "${REQUIRED[@]}"; do [[ -e "$ASSEMBLY_DIR/$f" ]] || MISSING+=("$f") diff --git a/deploy/installer/build_installer.sh b/deploy/installer/build_installer.sh index e82bff38e..088d97c4b 100755 --- a/deploy/installer/build_installer.sh +++ b/deploy/installer/build_installer.sh @@ -155,6 +155,7 @@ REQUIRED_EMBED=( "Lib/site-packages/requests" "Lib/site-packages/PIL" "Lib/site-packages/win32" "Lib/site-packages/httpx" "Lib/site-packages/httpcore" "Lib/site-packages/h11" + "Lib/site-packages/anyio" "Lib/site-packages/typing_extensions.py" ) MISSING_EMBED=() for f in "${REQUIRED_EMBED[@]}"; do