Add Pillow to requirements (for ImageField)

This commit is contained in:
Tobias Eidelpes 2021-05-03 10:03:44 +02:00
parent cee89867f2
commit 86f1692660

View File

@ -20,6 +20,7 @@ setup(name='waecm-2021-group-04',
'python-twitter==3.5',
'python-dotenv==0.17.1',
'feedsearch==1.0.12',
'Pillow==8.2.0'
],
license='BSD License', # example license
description='DESCRIPTION')