Skip to content

Commit

Permalink
update Python packages in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Apr 12, 2016
1 parent c336178 commit 409ad54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dockerfiles/splash/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ install_python_deps () {
${_PYTHON} -m pip install -U pip && \
${_PYTHON} -m pip install \
qt5reactor==0.3 \
psutil==3.4.2 \
Twisted==15.5.0 \
psutil==4.1.0 \
Twisted==16.1.1 \
adblockparser==0.5 \
xvfbwrapper==0.2.5 \
xvfbwrapper==0.2.8 \
funcparserlib==0.3.6 \
Pillow==3.1.1 \
cython==0.23.4 && \
Pillow==3.2.0 \
cython==0.24 && \
${_PYTHON} -m pip install --install-option="--with-cython" https://github.com/scoder/lupa/archive/8c74d0a278b45df5d813abbab64377e80864bd56.zip#egg=lupa && \
${_PYTHON} -m pip install https://github.com/sunu/pyre2/archive/c610be52c3b5379b257d56fc0669d022fd70082a.zip#egg=re2
}
Expand Down

0 comments on commit 409ad54

Please sign in to comment.