From 7819b08355360912bf66b9d9f1c8fba1711da67a Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 2 Feb 2021 17:11:05 +0100 Subject: Bump dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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" python = "^3.9" beancount = { path = "beancount", develop = true } "pdfminer.six" = "^20201018" -requests = { version = "^2.25.1", optional = true } +requests = { version = "^2.25.1", optional = true, extras = ["socks"] } SecretStorage = { version = "^3.3.0", optional = true } [tool.poetry.dev-dependencies] -- cgit v1.2.3-54-g00ecf