Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify version of slackclient in setup.py #825

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

crayolakat
Copy link
Collaborator

When running pip install parsons[slack], the latest version of slackclient is installed (2.9.4). The version of slackclient specified in requirements.txt is 1.3.0:

slackclient==1.3.0

In slackclient 2.9.4, the slackclient module has been renamed, causing all references to parsons/notifications/slack.py to return the error ModuleNotFoundError: No module named 'slackclient'.

from slackclient import SlackClient

This PR specifies the slackclient version in setup.py to be the same version specified in requirements.txt.

@crayolakat crayolakat requested a review from shaunagm May 25, 2023 17:05
@shaunagm
Copy link
Collaborator

Thanks, @crayolakat! Tagging in @cmc333333 to help review this one.

Co-authored-by: CM Lubinski <[email protected]>
Copy link
Collaborator

@shaunagm shaunagm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, @crayolakat, I meant to do this after the meeting last week and forgot.

@shaunagm shaunagm merged commit c056045 into move-coop:main Jun 5, 2023
talevy42 pushed a commit to talevy42/parsons that referenced this pull request Jul 8, 2023
* Specify version

* Make dependency looser

Co-authored-by: CM Lubinski <[email protected]>

---------

Co-authored-by: CM Lubinski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants