fix weird windows ssl issues

This commit is contained in:
Henning Peters 2015-12-16 13:56:00 +01:00
parent d097055dfa
commit b3680707f2
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ fi
# install # install
pip install -U pip pip install -U pip
pip install pyopenssl ndg-httpsclient pyasn1
python pip-date.py $2 pip setuptools wheel six python pip-date.py $2 pip setuptools wheel six
pip install -r requirements.txt pip install -r requirements.txt
if [[ "$3" == "pip" ]]; then if [[ "$3" == "pip" ]]; then