Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Use mysqlclient
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Feb 11, 2017
1 parent 9a84c3a commit ef55c54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions config/requirements-production.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PyMySQL
mysqlclient
gunicorn
git+https://github.com/kawazrepos/pylibmc.git@master#egg=pylibmc
pylibmc
1 change: 1 addition & 0 deletions config/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
factory_boy>=2.7
coverage
faker
mysqlclient
11 changes: 0 additions & 11 deletions src/kawaz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
#! -*- coding: utf-8 -*-
#
#
#

__version__ = (0, 1, 0)
VERSION = ".".join(map(str, __version__))

try:
import pymysql
pymysql.install_as_MySQLdb()
except:
pass

0 comments on commit ef55c54

Please sign in to comment.