Add Pillow to requirements (for ImageField)
This commit is contained in:
parent
cee89867f2
commit
86f1692660
@ -20,6 +20,7 @@ setup(name='waecm-2021-group-04',
|
|||||||
'python-twitter==3.5',
|
'python-twitter==3.5',
|
||||||
'python-dotenv==0.17.1',
|
'python-dotenv==0.17.1',
|
||||||
'feedsearch==1.0.12',
|
'feedsearch==1.0.12',
|
||||||
|
'Pillow==8.2.0'
|
||||||
],
|
],
|
||||||
license='BSD License', # example license
|
license='BSD License', # example license
|
||||||
description='DESCRIPTION')
|
description='DESCRIPTION')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user