Skip to content

Commit

Permalink
Merge pull request #7 from Daanoz/bugfix/6-fix-pillow-version
Browse files Browse the repository at this point in the history
fix: Adjust pillow version to be more lenient
  • Loading branch information
Daanoz authored Mar 6, 2023
2 parents 68ac0e8 + 2445b58 commit 9c40518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/google_photos/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"googleapiclient"
],
"requirements": [
"google-api-python-client==2.71.0",
"pillow==9.4.0"
"google-api-python-client>=2.71.0",
"pillow>=9.1.1,<10.0.0"
],
"version": "v0.0.0"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pip>=21.0,<23.1
colorlog
homeassistant
google-api-python-client==2.71.0
pillow=9.4.0
pillow==9.4.0

0 comments on commit 9c40518

Please sign in to comment.