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

Start adding python 3 support to pinball #112

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Start adding python 3 support to pinball
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
commit c029d38512574775d104ea4e5e4e7d63a3ad65dc
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