Skip to content

Commit

Permalink
first commit into scratch folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Bolla authored and Gregory Bolla committed May 23, 2020
1 parent 77635bc commit 42a9c28
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# App-specific files
*credentials.json

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
15 changes: 15 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
jupyter = "*"
google-api-python-client = "*"
"google-auth-httplib2" = "*"
google-auth-oauthlib = "*"

[dev-packages]

[requires]
python_version = "3.6"
Loading

0 comments on commit 42a9c28

Please # to comment.