Add Pillow to dependencies

This commit is contained in:
Danielle McLean 2017-10-23 15:06:55 +11:00
parent 24fc20d751
commit 6992678689
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
2 changed files with 60 additions and 1 deletions

View file

@ -11,6 +11,7 @@ django = "*"
django-compressor = "*"
gunicorn = "*"
"psycopg2" = "*"
pillow = "*"
[dev-packages]