commit
f67d677f38
4 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@
|
||||
[tool.poetry] |
||||
name = "portfolio-manager" |
||||
version = "0.1.0" |
||||
description = "" |
||||
authors = ["Tom Nordal <tnordal@gmail.com>"] |
||||
readme = "README.md" |
||||
|
||||
[tool.poetry.dependencies] |
||||
python = "^3.12" |
||||
|
||||
|
||||
[build-system] |
||||
requires = ["poetry-core"] |
||||
build-backend = "poetry.core.masonry.api" |
||||
Loading…
Reference in new issue