Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vperezb committed Nov 4, 2022
1 parent f4fa742 commit 8796fdd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="google-api-support",
version="0.1.0",
version="0.1.1",
author="Víctor Pérez Berruezo",
author_email="[email protected]",
description="In this package you will find functions to deal with google apis. Sheets, Drive, Storage and Slides",
Expand All @@ -24,8 +24,7 @@
"oauth2client",
"pandas",
"google-cloud-storage",
"google.auth.transport.requests",
"google.oauth2.credentials",
"google_auth_oauthlib.flow"
"google-auth",
"google_auth_oauthlib"
],
)

0 comments on commit 8796fdd

Please sign in to comment.