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 bc14710 commit 2fd8674Copy full SHA for 2fd8674
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.3.0rc1,<3.4",],
+ install_requires=["slack_sdk>=3.3.0,<3.4",],
38
setup_requires=["pytest-runner==5.2"],
39
tests_require=test_dependencies,
40
test_suite="tests",
0 commit comments