Skip to content

Commit 68b369f

Browse files
committed
revert to 1.0 poetry
1 parent 0c24234 commit 68b369f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ sphinx = { version = "^4.0.0", optional = true }
3838
sphinxcontrib-trio = { version = "*", optional = true }
3939
furo = { version = "*", optional = true }
4040

41-
[tool.poetry.group.dev]
42-
optional = true
43-
44-
[tool.poetry.group.dev.dependencies]
41+
[tool.poetry.dev-dependencies]
4542
black = "*"
4643

4744
[tool.poetry.extras]
@@ -74,5 +71,5 @@ reportUnusedClass = "error"
7471
reportUnusedFunction = "error"
7572

7673
[build-system]
77-
requires = ["poetry>=1.2.0b3"]
74+
requires = ["poetry>=1.0"]
7875
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)