Add unidecode dependency to pyproject.toml

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-08 03:24:52 +00:00
parent 8fe9099be0
commit f4d2ad3004

View File

@@ -37,6 +37,7 @@ dependencies = [
"tomli>=2.0.2",
"blinker>=1.9.0",
"json5>=0.10.0",
"unidecode>=1.3.8",
]
[project.urls]