Skip to content

Commit 2d9afd3

Browse files
committed
Use slack-sdk 3.2.1 or higher
1 parent cf3985d commit 2d9afd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
exclude=["examples", "integration_tests", "tests", "tests.*",]
3535
),
3636
include_package_data=True, # MANIFEST.in
37-
install_requires=["slack_sdk>=3.2.0,<3.3",],
37+
install_requires=["slack_sdk>=3.2.1,<3.3",],
3838
setup_requires=["pytest-runner==5.2"],
3939
tests_require=test_dependencies,
4040
test_suite="tests",

0 commit comments

Comments
 (0)