Changed pymysql version in requirements.txt file

Changed the requirements.txt file to install versions of pymysql less than
v0.7.  A change was made in V0.7 to throw an exception if you try to store
unicode data in a binary column which the fractal image data is stored in
a blob.

Closes-Bug: #1602322

Change-Id: I58bbe49b4ab48c0fcd1801d96fdf737d5f1f28ab
This commit is contained in:
Craig Sterrett 2016-10-13 14:02:55 -07:00
parent fa598ef6e3
commit f19885b629
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pbr>=1.6
anyjson>=0.3.3
eventlet>=0.17.4
PyMySQL>=0.6.2 # MIT License
PyMySQL>=0.6.2,<0.7 # 0.7 design change breaks faafo, MIT License
Pillow==2.4.0 # MIT
requests>=2.5.2
Flask-Bootstrap