Skip to content

Commit cad97da

Browse files
authored
chore: update pyproject (#79)
1 parent 505f5e4 commit cad97da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ alexapy = "^1.26.8"
3232

3333

3434
[build-system]
35-
requires = ["poetry-core"]
35+
requires = ["poetry-core==1.5.0"]
3636
build-backend = "poetry.core.masonry.api"
3737

38-
[tool.poetry.dev-dependencies]
38+
[tool.poetry.group.dev.dependencies]
3939
pytest-asyncio = "*"
4040
pytest = "*"
4141
pre-commit = "^3.2.2"

0 commit comments

Comments
 (0)