fix: move Pillow to base deps so generate_og_images.py can import it
This commit is contained in:
+2
-1
@@ -24,6 +24,8 @@ dependencies = [
|
|||||||
"rich>=13.0", # pretty console output
|
"rich>=13.0", # pretty console output
|
||||||
# Schema validation
|
# Schema validation
|
||||||
"jsonschema>=4.23",
|
"jsonschema>=4.23",
|
||||||
|
# Image generation (OG track images)
|
||||||
|
"Pillow>=10.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
@@ -40,7 +42,6 @@ serve = [
|
|||||||
"uvicorn[standard]>=0.29",
|
"uvicorn[standard]>=0.29",
|
||||||
"python-multipart>=0.0.9",
|
"python-multipart>=0.0.9",
|
||||||
"bcrypt>=4.1",
|
"bcrypt>=4.1",
|
||||||
"Pillow>=10.0",
|
|
||||||
]
|
]
|
||||||
strava = [
|
strava = [
|
||||||
"requests>=2.32",
|
"requests>=2.32",
|
||||||
|
|||||||
Reference in New Issue
Block a user