Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: google drive permissions sync #484

Merged
merged 11 commits into from
Sep 25, 2020
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