Added Pillow and dropbox to python requirements

This commit is contained in:
Martin Schett 2020-11-22 19:42:11 +01:00
parent 70a2aa69b1
commit d44da45668

View File

@ -17,6 +17,9 @@ setup(
'channels==3.0.1',
'channels_redis==3.2.0',
'whitenoise==5.2.0',
'Pillow==8.0.1',
'dropbox==10.10.0'
],
license='BSD License', # example license
description='DESCRIPTION'