Fix pillow version in setup

This is to check whether pillow is the cause of drone run failure
pull/1474/head
Nikhil Parasaram 4 years ago committed by GitHub
parent 0f464ff2a4
commit 8a44ffaabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      setup.py

@ -29,6 +29,7 @@ REQUIRED = [
"ethereum>=2.3.2",
"z3-solver>=4.8.8.0",
"requests==2.25.0",
"pillow==8.1.2",
"py-solc",
"py-solc-x==1.0.0",
"semantic_version==2.8.5",

Loading…
Cancel
Save