python3Packages.beancount: add google-auth dep
This commit is contained in:
parent
005702524a
commit
24a369cebd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue