Skip to content

Commit

Permalink
add unasync and isort to project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Dec 4, 2024
1 parent 8470936 commit 3769a43
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 2 deletions.
72 changes: 70 additions & 2 deletions libs/elasticsearch/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions libs/elasticsearch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ optional = true
[tool.poetry.group.test_integration.dependencies]



[tool.poetry.group.codegen.dependencies]
unasync = "^0.6.0"
isort = "^5.13.2"

[tool.ruff]
select = [
"E", # pycodestyle
Expand Down

0 comments on commit 3769a43

Please sign in to comment.