We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bc3e1 commit afec102Copy full SHA for afec102
setup.py
@@ -34,7 +34,7 @@
34
exclude=["examples", "integration_tests", "tests", "tests.*",]
35
),
36
include_package_data=True, # MANIFEST.in
37
- install_requires=["slack_sdk>=3.0.0a9",],
+ install_requires=["slack_sdk>=3.0.0b0",],
38
setup_requires=["pytest-runner==5.2"],
39
tests_require=test_dependencies,
40
test_suite="tests",
0 commit comments