There was an error while loading. Please reload this page.
1 parent 88f6f1c commit e035154Copy full SHA for e035154
1 file changed
setup.py
@@ -34,7 +34,7 @@
34
exclude=["samples", "integration_tests", "tests", "tests.*",]
35
),
36
include_package_data=True, # MANIFEST.in
37
- install_requires=["slack_sdk>=3.0.0a6",],
+ install_requires=["slack_sdk>=3.0.0a7",],
38
setup_requires=["pytest-runner==5.2"],
39
tests_require=test_dependencies,
40
test_suite="tests",
0 commit comments