chore:switch to poetry as build tool and package manager

This commit is contained in:
Benex254
2024-06-23 20:13:09 +03:00
parent 4b5ff6348e
commit 3b8a565843
59 changed files with 356 additions and 314 deletions

View File

@@ -25,6 +25,7 @@ pytest = "^8.2.2"
ruff = "^0.4.10"
pre-commit = "^3.7.1"
autoflake = "^2.3.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"