You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #338 slackclient was replaced by slack-sdk in setup.py only in test_requirements but not in extras_require, so installing spidermon[monitoring] doesn't install it and the Slack action no longer works.
The text was updated successfully, but these errors were encountered:
As a fallback, installing slack-sdk manually using pip install slack-sdk and/or adding slack-sdk in the requirements would be enough.
Perhaps monitoring section should be updated/removed in future. Using pip install spidermon[slack] (when we need Slack), pip install spidermon[amazon] (when using Amazon stuff) or pip install spidermon[jsonschema] when using JSON Schema makes more sense to me and avoid us to install libraries that won't be used and keep the libraries installed more explicit.
In #338 slackclient was replaced by slack-sdk in setup.py only in
test_requirements
but not inextras_require
, so installingspidermon[monitoring]
doesn't install it and the Slack action no longer works.The text was updated successfully, but these errors were encountered: