Skip to content

Commit

Permalink
Merge pull request #49 from dmitrii-begal/dev
Browse files Browse the repository at this point in the history
#48 pin poetry version in pyproject.toml
  • Loading branch information
long2ice authored Jan 30, 2023
2 parents 893bc37 + 8888da0 commit 353d894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ uvloop = { version = "*", markers = "sys_platform != 'win32'" }

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0", "setuptools", "cython"]
requires = ["poetry-core>=1.0.0, <1.5.0", "setuptools", "cython"]

[tool.black]
line-length = 100
Expand Down

0 comments on commit 353d894

Please sign in to comment.