FIX: Moved image processing to PIL

This commit is contained in:
Chris Lee
2015-05-28 15:47:25 -04:00
committed by Madison May
parent 159152a200
commit dd09f34a89
9 changed files with 139 additions and 100 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
from functools import partial
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain', 'client-lib': 'python'}
JSON_HEADERS = {
'Content-type': 'application/json',
'Accept': 'application/json',
'client-lib': 'python',
'version-number': '0.6.0'
}
Version, version, __version__, VERSION = ('0.5.3',) * 4