Merge pull request #124482 from alarsyo/beancount-google-auth

python3Packages.beancount: add google-auth dep
This commit is contained in:
Benjamin Hipple 2021-05-27 09:30:52 -04:00 committed by GitHub
commit 2f7d06bdbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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