python3Packages.beancount: add google-auth dep

This commit is contained in:
Antoine Martin 2021-05-26 12:39:48 +02:00
parent 005702524a
commit 24a369cebd

View file

@ -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