Skip to content

Commit

Permalink
Merge pull request #484 from ubclaunchpad/drive-permissions-sync
Browse files Browse the repository at this point in the history
feat: google drive permissions sync
  • Loading branch information
bobheadxi authored Sep 25, 2020
2 parents 5af07ad + 62b9e2e commit a7cfd72
Show file tree
Hide file tree
Showing 16 changed files with 507 additions and 21 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ DynamoDB/

# Docs generation files
_build/
/credentials/
.mypy_cache/

# Credentials
/credentials/
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ help:
lint:
pipenv run pycodestyle .
pipenv run flake8 .
pipenv run pydocstyle .
pipenv run mypy .

# Catch-all target: route all unknown targets to Sphinx using the new
Expand Down
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ cryptography = "*"
requests = "*"
apscheduler = "*"
watchtower = "==0.7.3"
google-api-python-client = "*"
google-auth-oauthlib = "*"

[dev-packages]
awscli = "*"
Expand Down
171 changes: 166 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a7cfd72

Please sign in to comment.