Skip to content

Commit 753f78c

Browse files
author
Thomas Grainger
committed
update pymysql to 0.6.6 to avoid cursor bugs
I managed to repeat the bug I was getting on travis with version 0.6.1
1 parent e3c37e2 commit 753f78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/requirements-2.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ boto=2.36.0
1717
bottleneck=0.8.0
1818
psycopg2=2.5.2
1919
patsy
20-
pymysql=0.6.1
20+
pymysql=0.6.6
2121
html5lib=1.0b2
2222
beautiful-soup=4.2.1
2323
httplib2=0.8

0 commit comments

Comments
 (0)