Update requirements.txt to install Pillow version based on python_version and upgrade six to 1.9 (#394)
Fixes build error from changes to pip dependency resolution (#393).
This commit is contained in:
parent
a49c449417
commit
fc37a1ed11
|
@ -4,5 +4,6 @@ Send2Trash==1.3.0
|
||||||
future==0.16.0
|
future==0.16.0
|
||||||
configparser==3.5.0
|
configparser==3.5.0
|
||||||
tabulate==0.7.7
|
tabulate==0.7.7
|
||||||
Pillow==5.3.0
|
Pillow==6.2.2; python_version == '2.7'
|
||||||
six==1
|
Pillow==8.0; python_version >= '3.6'
|
||||||
|
six==1.9
|
||||||
|
|
Loading…
Reference in New Issue