Skip to content

Use mysqlclient instead of mysql-python

Duncan Macleod requested to merge duncanmmacleod/gracedb:mysqlclient into master

This PR swaps out mysql-python with mysqlclient in the requirements, the latter is available for python3 while the former is not.

Merge request reports