We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think we have urllib3 as an optional dependency in extras section:
https://github.com/jarun/Buku/blob/master/setup.py#L62
I tried installing buku on termux and I had to install urllib3 separately. This needs to be a mandatory dependency.
The text was updated successfully, but these errors were encountered:
@rachmadaniHaryono I have assigned this to you. Please add urllib3 as a mandatory dependency in PyPI. Most things do not work without it.
Sorry, something went wrong.
728e5d4
I have added the other 2 deps as mandatory as well.
Fix #291: Add deps as mandatory
ab3db30
No branches or pull requests
I think we have urllib3 as an optional dependency in extras section:
https://github.com/jarun/Buku/blob/master/setup.py#L62
I tried installing buku on termux and I had to install urllib3 separately. This needs to be a mandatory dependency.
The text was updated successfully, but these errors were encountered: