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 4f5cd1e commit b480eb0Copy full SHA for b480eb0
setup.py
@@ -33,7 +33,7 @@
33
exclude=["examples", "integration_tests", "tests", "tests.*",]
34
),
35
include_package_data=True, # MANIFEST.in
36
- install_requires=["slack_sdk>=3.1.0,<3.2",],
+ install_requires=["slack_sdk>=3.1.1,<3.2",],
37
setup_requires=["pytest-runner==5.2"],
38
tests_require=test_dependencies,
39
test_suite="tests",
0 commit comments