beancount-cde-importer/pyproject.toml

19 lines
429 B
TOML

[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"
beancount = "^2.3.4"
[tool.poetry.dev-dependencies]
mypy = "^0.931"
black = "^22.1.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"