Skip to content

Commit

Permalink
Fixing conflicting versions
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Feb 16, 2021
1 parent 11469ae commit c295882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -49,7 +49,7 @@
],
extras_require={
':python_version<"3.0"': ["Pillow==6.2.2"],
':python_version<="3.5"': ["Pillow>=7.2.0"],
':python_version=="3.5"': ["Pillow>=7.2.0"],
':python_version>="3.6"': ["Pillow>=8.0.0"]
},
test_suite="tests",
Expand Down

0 comments on commit c295882

Please sign in to comment.