mirror of https://github.com/kortix-ai/suna.git
Add correct pure Python SVG dependencies (svglib==1.5.1, reportlab==3.6.13)
This commit is contained in:
parent
9811c87b2c
commit
77694b75e2
|
@ -84,6 +84,8 @@ dependencies = [
|
|||
"google-auth-oauthlib>=1.2.0",
|
||||
"google-auth-httplib2>=0.2.0",
|
||||
"typing-extensions==4.15.0",
|
||||
"svglib==1.5.1",
|
||||
"reportlab==3.6.13",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
3449
backend/uv.lock
3449
backend/uv.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue