aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: da65f08fba532b4f2f8d7f8729da52c2dce6d472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tool.poetry]
name = "beancount-extras-kris7t"
version = "0.1.0"
description = "Miscellaneous plugins, importers and price sources for Beancount"
authors = ["Kristóf Marussy <kristof@marussy.com>"]
license = "GPL-2.0-only"

[tool.poetry.dependencies]
python = "^3.9"
beancount = { path = "beancount", develop = true }

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"