Skip to content

Commit

Permalink
return Pillow==9.5.0 (Pillow>9 breaks the assembly)
Browse files Browse the repository at this point in the history
  • Loading branch information
artyl committed Oct 18, 2023
1 parent 5543fb7 commit d694944
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ greenlet==1.1.1
idna==2.10
markdown-it-py==2.2.0
mdurl==0.1.2
Pillow==10.0.1
Pillow==9.5.0
playwright==1.14.1
playwright-stealth==1.0.5
psutil==5.9.5
Expand Down
2 changes: 1 addition & 1 deletion docker/requirements_arm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cryptography==41.0.4
idna==2.10
markdown-it-py==2.2.0
mdurl==0.1.2
Pillow==10.0.1
Pillow==9.5.0
#playwright==1.14.1 installed separately
playwright-stealth==1.0.5
psutil==5.9.5
Expand Down
2 changes: 1 addition & 1 deletion docker/requirements_win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ greenlet==1.1.1
idna==2.10
markdown-it-py==2.2.0
mdurl==0.1.2
Pillow==10.0.1
Pillow==9.5.0
playwright==1.14.1
playwright-stealth==1.0.5
psutil==5.9.5
Expand Down

0 comments on commit d694944

Please sign in to comment.