Skip to content

Commit

Permalink
Fix setup.py (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
googlyrahman authored May 2, 2024
1 parent 5eebce4 commit 7dfa014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
'oauth2client>=2.2.0',
'pyOpenSSL>=0.13',
'retry_decorator>=1.0.0',
'six>=1.12.0'
'six>=1.12.0',
'google-auth==2.17.0',
'google-auth-httplib2>=0.2.0',
'google-auth-httplib2>=0.2.0'
]

extras_require = {
Expand Down

0 comments on commit 7dfa014

Please sign in to comment.