aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-02-02 17:11:05 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-02-02 21:36:32 +0100
commit7819b08355360912bf66b9d9f1c8fba1711da67a (patch)
tree8d0860d2c002d502c714d962c8ff8966e8bc9eb2 /pyproject.toml
parentFix type errors (diff)
downloadbeancount-extras-kris7t-7819b08355360912bf66b9d9f1c8fba1711da67a.tar.gz
beancount-extras-kris7t-7819b08355360912bf66b9d9f1c8fba1711da67a.tar.zst
beancount-extras-kris7t-7819b08355360912bf66b9d9f1c8fba1711da67a.zip
Bump dependenciesHEADmain
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4f749a5..ffcdc4d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "GPL-2.0-only"
9python = "^3.9" 9python = "^3.9"
10beancount = { path = "beancount", develop = true } 10beancount = { path = "beancount", develop = true }
11"pdfminer.six" = "^20201018" 11"pdfminer.six" = "^20201018"
12requests = { version = "^2.25.1", optional = true } 12requests = { version = "^2.25.1", optional = true, extras = ["socks"] }
13SecretStorage = { version = "^3.3.0", optional = true } 13SecretStorage = { version = "^3.3.0", optional = true }
14 14
15[tool.poetry.dev-dependencies] 15[tool.poetry.dev-dependencies]