mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-20 18:03:46 +08:00
rm pillow package (#38466)
This commit is contained in:
@@ -41,7 +41,6 @@ dependencies = [
|
||||
"sentry-sdk",
|
||||
"setproctitle",
|
||||
"jeepney",
|
||||
"pillow",
|
||||
"zstandard", # this can go once we're on Python 3.14+
|
||||
|
||||
# ui
|
||||
|
||||
@@ -607,7 +607,6 @@ dependencies = [
|
||||
{ name = "inputs" },
|
||||
{ name = "jeepney" },
|
||||
{ name = "numpy" },
|
||||
{ name = "pillow" },
|
||||
{ name = "pycapnp" },
|
||||
{ name = "pyjwt", extra = ["crypto"] },
|
||||
{ name = "pyzmq" },
|
||||
@@ -678,7 +677,6 @@ requires-dist = [
|
||||
{ name = "numpy", specifier = ">=2.0" },
|
||||
{ name = "opendbc", marker = "extra == 'submodules'", editable = "opendbc_repo" },
|
||||
{ name = "pandacan", marker = "extra == 'submodules'", editable = "panda" },
|
||||
{ name = "pillow" },
|
||||
{ name = "pycapnp", specifier = "==2.1.0" },
|
||||
{ name = "pyjwt", extras = ["crypto"] },
|
||||
{ name = "pytest", marker = "extra == 'testing'" },
|
||||
|
||||
Reference in New Issue
Block a user