financial-dashboard / pyproject.toml
samjulien's picture
Add application
79a1132
raw
history blame
309 Bytes
[tool.poetry]
name = "writer-framework-default"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10.0"
writer = {version = "^0.6.0"}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"