Skip to content

Commit

Permalink
Fix google-auth version specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
billyrrr committed Apr 25, 2020
1 parent 03f2e52 commit fb128b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
install_requires=[
'Flask>=0.10',
'google-auth==1.5.1',
'google-auth',
'google-cloud-datastore>=1.4.0',
'google-api-python-client',
'firebase-admin',
Expand Down

0 comments on commit fb128b2

Please sign in to comment.