fix setup.py

This commit is contained in:
thienan
2021-06-17 11:09:50 +02:00
parent 31a42c9bc5
commit 8dbdf19436
3 changed files with 5 additions and 4 deletions

View File

@@ -25,8 +25,8 @@ requires = [
'python-dateutil',
'user-agents',
'xlrd',
'image',
'pdfminer3'
'pdfminer3',
'Pillow == 6.1.0'
]
tests_require = [