Skip to content

Commit 4a7f1ce

Browse files
build: add babel as dev dependency
1 parent 381e283 commit 4a7f1ce

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

poetry.lock

Lines changed: 15 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ pytest-mock = "^3.11.1"
5858

5959
[tool.poetry.group.dev.dependencies]
6060
ruff = "^0.7.3"
61+
babel = "^2.17.0"
6162

6263
[build-system]
6364
requires = ["poetry-core"]

0 commit comments

Comments
 (0)