Skip to content

Commit 110cb14

Browse files
add isort dependency
1 parent 6c14b8c commit 110cb14

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

poetry.lock

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ langgraph-checkpoint = "^2.0.10"
2222
redisvl = "^0.3.9"
2323
redis = "^5.2.1"
2424

25+
isort = "^6.0.0"
2526
[tool.poetry.group.dev.dependencies]
2627
black = "^25.1.0"
2728
codespell = "^2.2.0"
@@ -30,7 +31,6 @@ anyio = "^4.4.0"
3031
pytest-asyncio = "^0.21.1"
3132
pytest-xdist = {extras = ["psutil"], version = "^3.6.1"}
3233
pytest-mock = "^3.11.1"
33-
#pytest-watch = "^4.2.0"
3434
mypy = "^1.10.0"
3535
types-redis = "^4.6.0.20241004"
3636
aioconsole = "^0.8.1"

0 commit comments

Comments
 (0)