beancount-cde-importer/pyproject.toml

19 lines
429 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"
2022-02-02 19:25:10 +01:00
beancount = "^2.3.4"
2022-01-31 17:21:23 +01:00
[tool.poetry.dev-dependencies]
2022-02-02 19:25:10 +01:00
mypy = "^0.931"
black = "^22.1.0"
2022-01-31 17:21:23 +01:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"