poetry-fix
Some checks failed
Deploy on push / deploy (push) Failing after 10s

This commit is contained in:
2024-10-14 13:10:20 +03:00
parent 8b65c87750
commit 5966512a8f
3 changed files with 7 additions and 6 deletions

View File

@@ -22,11 +22,12 @@ opensearch-py = "^2.6.0"
httpx = "^0.27.0"
dogpile-cache = "^1.3.1"
colorlog = "^6.8.2"
fakeredis = "^2.25.1"
[tool.poetry.group.dev.dependencies]
ruff = "^0.4.7"
isort = "^5.13.2"
fakeredis = "^2.25.1"
[build-system]
requires = ["poetry-core>=1.0.0"]