mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
Update requirements.txt (#122)
clamp Pillow version under 12 to prevent imaging core error Signed-off-by: Chuck <33324927+ChuckBuilds@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Pillow>=10.3.0
|
Pillow>=10.4.0,<12.0.0
|
||||||
pytz==2023.3
|
pytz==2023.3
|
||||||
requests>=2.32.0
|
requests>=2.32.0
|
||||||
timezonefinder==6.2.0
|
timezonefinder==6.2.0
|
||||||
@@ -14,4 +14,4 @@ icalevents
|
|||||||
python-socketio
|
python-socketio
|
||||||
python-engineio
|
python-engineio
|
||||||
websockets
|
websockets
|
||||||
websocket-client
|
websocket-client
|
||||||
|
|||||||
Reference in New Issue
Block a user