chore:switch to poetry as build tool and package manager

This commit is contained in:
Benex254
2024-08-05 09:47:00 +03:00
parent 7be9db9724
commit 651791abdb
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"