We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b30fa commit c6d3236Copy full SHA for c6d3236
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.0a7",],
+ install_requires=["slack_sdk>=3.0.0a8",],
38
setup_requires=["pytest-runner==5.2"],
39
tests_require=test_dependencies,
40
test_suite="tests",
0 commit comments