aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
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]