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

Google Cloud Storage OAuth backend #1628

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ aiodns>1.0
aiohttp>=3.7.3,<4
# used only under slack_sdk/*_store
boto3<=2
google-cloud-storage>=2.7.0,<3
# InstallationStore/OAuthStateStore
# Since v3.20, we no longer support SQLAlchemy 1.3 or older.
# If you need to use a legacy version, please add our v3.19.5 code to your project.
Expand Down
1 change: 1 addition & 0 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ click==8.0.4 # black is affected by https://github.com/pallets/click/issues/222
psutil>=6.0.0,<7
# used only under slack_sdk/*_store
boto3<=2
google-cloud-storage>=2.7.0,<3
# For AWS tests
moto>=4.0.13,<6
mypy<=1.13.0
Loading