add websocket to windows builds

This commit is contained in:
ThomasV 2017-08-03 15:05:05 +02:00
parent 5872bd4722
commit 5cdff32227
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ $PYTHON -m pip install pycryptodomex
# install PySocks
$PYTHON -m pip install win_inet_pton
# install websocket (python2)
$PYTHON -m pip install websocket-client
# Install setuptools
wget -O setuptools.exe "$SETUPTOOLS_URL"