Skip to content

Commit

Permalink
🔨 Replaces PyMySQL with mysqlclient
Browse files Browse the repository at this point in the history
Ref #5
  • Loading branch information
frenck committed Dec 25, 2018
1 parent 66540d0 commit 510df0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN \
libfreetype6=2.8.1-2ubuntu2 \
libjpeg-turbo8-dev=1.5.2-0ubuntu5.18.04.1 \
libjpeg-turbo8=1.5.2-0ubuntu5.18.04.1 \
libmysqlclient-dev=5.7.21-1ubuntu1 \
libmysqlclient20=5.7.21-1ubuntu1 \
libnginx-mod-http-lua=1.14.0-0ubuntu1.2 \
libpng-dev=1.6.34-1ubuntu0.18.04.1 \
libpng16-16=1.6.34-1ubuntu0.18.04.1 \
Expand Down Expand Up @@ -79,6 +81,7 @@ RUN \
libffi-dev \
libfreetype6-dev \
libjpeg-turbo8-dev \
libmysqlclient-dev \
libpng-dev \
libpq-dev \
libssl-dev \
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ ipywidgets==7.4.2
jupyterlab_github==0.7.0
jupyterlab==0.35.4
matplotlib==3.0.2
mysqlclient==1.3.14
nbconvert==5.4.0
numpy==1.15.4
pandas-datareader==0.7.0
pandas==0.23.4
psycopg2==2.7.6.1
PyMySQL==0.9.2
python-dateutil==2.7.5
scrapy==1.5.1
SQLAlchemy==1.2.15

0 comments on commit 510df0b

Please sign in to comment.