Skip to content

Commit

Permalink
chore: added new dependncies to setup.py (#4310)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaten committed Dec 18, 2024
1 parent e8d01f0 commit f7a8e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions analytics/analytics_package/analytics/sheets_api.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import gspread
import gspread_formatting
from enum import Enum
from googleapiclient.discovery import build


import gspread_formatting

class FILE_OVERRIDE_BEHAVIORS(Enum):
OVERRIDE_IF_IN_SAME_PLACE = 1
EXIT_IF_IN_SAME_PLACE = 2
Expand Down
2 changes: 1 addition & 1 deletion analytics/analytics_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
name="analytics",
version="3.1.0",
packages=["analytics"],
install_requires=["matplotlib", "pandas", "numpy", "google-auth-oauthlib", "google-api-python-client"],
install_requires=["matplotlib", "pandas", "numpy", "google-auth-oauthlib", "google-api-python-client", "gspread", "gspread-formatting"],
)

0 comments on commit f7a8e93

Please sign in to comment.