Skip to content

Commit

Permalink
Merge PR #194 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by rvalyi
  • Loading branch information
OCA-git-bot committed May 22, 2024
2 parents 5b3c8d6 + 43d2526 commit 9926e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion connector_search_engine/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "AGPL-3",
"category": "Generic Modules",
"depends": ["queue_job", "mail", "server_environment", "base_partition"],
"external_dependencies": {"python": ["unidecode"]},
"external_dependencies": {"python": ["unidecode", "typing-extensions"]},
"data": [
"wizards/se_binding_state_updater.xml",
"security/connector_search_engine_security.xml",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
elasticsearch>=7.0.0,<=7.13.4
pydantic
requests
typing-extensions
unidecode

0 comments on commit 9926e95

Please sign in to comment.