|
|
|
@ -18,3 +18,6 @@ pytest = "^8.3.2" |
|
|
|
[build-system] |
|
|
|
[build-system] |
|
|
|
requires = ["poetry-core"] |
|
|
|
requires = ["poetry-core"] |
|
|
|
build-backend = "poetry.core.masonry.api" |
|
|
|
build-backend = "poetry.core.masonry.api" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.scripts] |
|
|
|
|
|
|
|
pm = "portfolio_manager.scr.cli:main_cli" |
|
|
|
|