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 , chardet
, dateutil , dateutil
, google-api-python-client , google-api-python-client
, google-auth-oauthlib
, lxml , lxml
, oauth2client , oauth2client
, ply , ply
@ -35,6 +36,7 @@ buildPythonPackage rec {
chardet chardet
dateutil dateutil
google-api-python-client google-api-python-client
google-auth-oauthlib
lxml lxml
oauth2client oauth2client
ply ply