From 4c931ea8daf90440aaa011a0143a7d17c6275a9e Mon Sep 17 00:00:00 2001 From: Gregory Bolla Date: Sun, 24 May 2020 10:42:35 -0600 Subject: [PATCH] pands and gsheet libs --- Pipfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pipfile b/Pipfile index d74a21e..6ed92d3 100644 --- a/Pipfile +++ b/Pipfile @@ -8,6 +8,9 @@ jupyter = "*" google-api-python-client = "*" "google-auth-httplib2" = "*" google-auth-oauthlib = "*" +pandas = "*" +gspread = "*" +"df2gspread" = "*" [dev-packages]