Skip to content

Commit

Permalink
test: Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
georgkrause committed Feb 23, 2024
1 parent 206b392 commit 6cb1697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ exclude = ["language_data/data/cldr", "language_data/data/cldr-json"]
python = ">= 3.8"
marisa-trie = "^0.7.7"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^8.0.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 6cb1697

Please sign in to comment.