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

Zulip python api requires matrix_client as a dependency #751

Open
aleksanb opened this issue Apr 7, 2022 · 1 comment
Open

Zulip python api requires matrix_client as a dependency #751

aleksanb opened this issue Apr 7, 2022 · 1 comment

Comments

@aleksanb
Copy link

aleksanb commented Apr 7, 2022

Today you get matrix_client in your deps if you install zulip.
Perhaps this should be an optional feature instead, so that if you install zulip[matrix_client] you'll get it, but otherwise not?
My use case is shipping error messages from a server to zulip using zulip.send_message only, so the matrix dep is unneeded.
This should be the case for other users as well.

@rht
Copy link
Contributor

rht commented Oct 22, 2022

Yeah, I think we want matrix_client as an optional dependency, installed via pip install zulip[matrix].

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

No branches or pull requests

2 participants