Skip to content

Commit

Permalink
Merge pull request #835 from selfisekai/fix-builds
Browse files Browse the repository at this point in the history
fix docker build by changing MySQL client version.
  • Loading branch information
kmehant authored Dec 10, 2019
2 parents 1039cdd + 28e041c commit 58d2e3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/core/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ greenlet==0.4.15
itsdangerous==0.24
Jinja2==2.8
MarkupSafe==0.23
mysqlclient==1.3.7
mysqlclient==1.3.11
six==1.10.0
websocket-client==0.37
Werkzeug==0.11.4
SQLAlchemy==1.1.9
gunicorn==19.9.0
gunicorn==19.9.0
minio==5.0.5

0 comments on commit 58d2e3c

Please sign in to comment.