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:
Jaisen Mathai 2020-12-23 23:31:00 -08:00 committed by GitHub
parent a49c449417
commit fc37a1ed11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -4,5 +4,6 @@ Send2Trash==1.3.0
future==0.16.0
configparser==3.5.0
tabulate==0.7.7
Pillow==5.3.0
six==1
Pillow==6.2.2; python_version == '2.7'
Pillow==8.0; python_version >= '3.6'
six==1.9