summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2021-05-27 09:30:52 -0400
committerGitHub <noreply@github.com>2021-05-27 09:30:52 -0400
commit2f7d06bdbf623efda64f96b635f9584fef450129 (patch)
tree4ebc2000bb822d144e618942daa5cb803e69867b
parentea595a2013b782acbf690dc571ead4f2fd17cfb8 (diff)
parent24a369cebd96548ccbde064e1b278ee4216d3fd7 (diff)
Merge pull request #124482 from alarsyo/beancount-google-auth
python3Packages.beancount: add google-auth dep
-rw-r--r--pkgs/development/python-modules/beancount/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/beancount/default.nix b/pkgs/development/python-modules/beancount/default.nix
index 88369f41872b..ec864e71498f 100644
--- a/pkgs/development/python-modules/beancount/default.nix
+++ b/pkgs/development/python-modules/beancount/default.nix
@@ -7,6 +7,7 @@
, chardet
, dateutil
, google-api-python-client
+, google-auth-oauthlib
, lxml
, oauth2client
, ply
@@ -35,6 +36,7 @@ buildPythonPackage rec {
chardet
dateutil
google-api-python-client
+ google-auth-oauthlib
lxml
oauth2client
ply