aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..da65f08
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,16 @@
1[tool.poetry]
2name = "beancount-extras-kris7t"
3version = "0.1.0"
4description = "Miscellaneous plugins, importers and price sources for Beancount"
5authors = ["Kristóf Marussy <kristof@marussy.com>"]
6license = "GPL-2.0-only"
7
8[tool.poetry.dependencies]
9python = "^3.9"
10beancount = { path = "beancount", develop = true }
11
12[tool.poetry.dev-dependencies]
13
14[build-system]
15requires = ["poetry>=0.12"]
16build-backend = "poetry.masonry.api"