beancount-cde-importer/pyproject.toml

16 lines
374 B
TOML
Raw Normal View History

2022-01-31 17:21:23 +01:00
[tool.poetry]
name = "beancount-cde-importer"
version = "0.1.0"
description = "Caisse d'Épargne banking statement importer for Beancount"
authors = ["Antoine Martin <antoine@alarsyo.net>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"