Exclude pyMySQL v0.6.4

This version of pyMySQL appears to have some unicode conversion
problems that are preventing use of apscheduler.

Change-Id: I48d1d255777e6f7ef25468fcdbbe7b7b333838d9
This commit is contained in:
Michael Krotscheck 2015-02-26 10:19:14 -08:00
parent eaa59426d5
commit 3ba300387a
2 changed files with 2 additions and 2 deletions

View File

@ -25,4 +25,4 @@ stevedore>=1.0.0
python-crontab>=1.8.1
tzlocal>=1.1.2
Jinja2>=2.7.3
PyMySQL>=0.6.2
PyMySQL>=0.6.2,!=0.6.4

View File

@ -26,4 +26,4 @@ python-crontab>=1.8.1
tzlocal>=1.1.2
email>=4.0.2
Jinja2>=2.7.3
PyMySQL>=0.6.2
PyMySQL>=0.6.2,!=0.6.4