Skip to content

Commit

Permalink
pip pillow for python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Oct 17, 2024
1 parent 71a9cd0 commit 899462a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ python-snap7==1.3; python_version < '3.10' # last Python 3.9 release
python-snap7==2.0.0; python_version >= '3.10'
Phidget22==1.20.20240911
Unidecode==1.3.8
qrcode==8.0; python_version >= '3.9'
qrcode==7.4.2; python_version < '3.9' # last Python 3.8 release
qrcode==8.0; python_version >= '3.9'
requests==2.32.3
requests-file==2.1.0
pyusb==1.2.1
Expand Down Expand Up @@ -66,7 +66,8 @@ aiohttp_jinja2==1.6
python-bidi==0.4.2; python_version < '3.9' # last Python 3.8 release
python-bidi==0.6.3; python_version >= '3.9'
arabic-reshaper==3.0.0
pillow>=11.0.0
pillow==10.4.0; python_version < '3.9' # last Python 3.8 release
pillow>=11.0.0; python_version >= '3.9'
pydantic==2.9.2; (platform_system=='Windows' and python_version>'3.10') or sys_platform=='darwin' or platform_system=='Linux'
pydantic==2.7.1; (platform_system=='Windows' and python_version<'3.9') # last version working with Windows 7/8 pending resolution of pydantic Issue #9920
babel==2.16.0
Expand Down

0 comments on commit 899462a

Please sign in to comment.