Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
victordomingos authored May 29, 2021
1 parent 3532447 commit 6c06673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ def read_readme(file_name):
'seo-optimization website-performance gui recursive non-recursive',

install_requires=[
'optimize-images>=1.4.0',
'optimize-images==1.5.0',
'pillow>=8.2.0',
'piexif>=1.1.3',
'watchdog>=2.1.2'
'piexif==1.1.3',
'watchdog==2.1.2'
],

entry_points={
Expand Down

0 comments on commit 6c06673

Please sign in to comment.