buildsystemver-fix
All checks were successful
Deploy to core / deploy (push) Successful in 1m24s

This commit is contained in:
Untone 2024-02-19 16:23:24 +03:00
parent 2d75593cc2
commit 67d6d7134a

View File

@ -28,7 +28,7 @@ isort = "^5.13.2"
pyright = "^1.1.350"
[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.isort]