Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Start adding python 3 support to pinball
Browse files Browse the repository at this point in the history
Summary:
Run the safe futurize -1 fixers on all .py files

Use mysqlclient instead of MySQL-python:

'mysqlclient is a fork of MySQL-python. It adds Python 3 support and fixed many bugs.'
      https://pypi.python.org/pypi/mysqlclient
      https://phabricator.pinadmin.com/D246244

Reviewers: #python3, jon, ahaidrey
  • Loading branch information
jogo committed May 24, 2019
1 parent 53c2abb commit c029d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ django-sslify==0.2.7
google_compute_engine==2.8.13
guppy==0.1.10
mock==0.8.0
MySQL-python==1.2.3
mysqlclient
nose==1.3.4
oauth2client==1.5.2
pycryptodomex==3.7.2
Expand Down

0 comments on commit c029d38

Please sign in to comment.