Skip to content

Commit

Permalink
chore: Add requests package hidden import.
Browse files Browse the repository at this point in the history
Add requests package hidden import in order to bypass the importing issue
described in: googleapis/google-resumable-media-python#59
  • Loading branch information
tcibinan committed Apr 3, 2019
1 parent 75eb697 commit 06066a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pipe-cli/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ python2 $PYINSTALLER_PATH/pyinstaller/pyinstaller.py \
--hidden-import=functools \
--hidden-import=re \
--hidden-import=subprocess \
--hidden-import=requests \
-y \
--clean \
--runtime-tmpdir $PIPE_CLI_RUNTIME_TMP_DIR \
Expand Down
1 change: 1 addition & 0 deletions pipe-cli/build_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pyinstaller --add-data "/src/res/effective_tld_names.dat.txt;tld/res/" \
--hidden-import=functools \
--hidden-import=re \
--hidden-import=subprocess \
--hidden-import=requests \
-y \
--clean \
--workpath /tmp \
Expand Down

0 comments on commit 06066a3

Please sign in to comment.