Skip to content
Open
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 @@ -13,6 +13,7 @@ click==8.0.4 # black is affected by https://github.com/pallets/click/issues/222
psutil>=6.0.0,<8
# 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.17.1
Expand Down
Loading