Skip to content

Commit

Permalink
Fixing issues with PNG thumbnails (#13)
Browse files Browse the repository at this point in the history
* removing NODE_PORT env var and using location.origin as the default apiHost

* keep the thumbnail image a JPEG
  • Loading branch information
RyanNoelk authored May 7, 2018
1 parent ef8135b commit 94d8d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ coreapi-cli==1.0.6
gunicorn==19.6.0
requests==2.11.1
six==1.10.0
Pillow==2.7.0
Pillow==5.1.0
mysqlclient==1.3.12
mock==2.0.0
pytz==2016.10

0 comments on commit 94d8d96

Please sign in to comment.