-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
PIP optional dependencies #1771
PIP optional dependencies #1771
Conversation
Regarding the naming, I think |
Isn't the use case same? Reduce spam on Yahoo. |
The way I interpreted the readme 'Smarter scraping' section was that the use case of |
That's a README problem so my fault. To keep it concise I combined 2 examples:
Maybe User-agent example should be removed. |
Should we change/remove it in the readme for this PR or just keep as is for now? |
Can lower scipy minimum to 1.6.3.
I don't mind if in this PR. As you had confusion, probably you're best to decide whether/how to change. |
Added these changes in my latest commit. |
cb4d4f6
to
9648e69
Compare
b7ca77f
to
469037b
Compare
I've made some 'personal preference' tweaks to README. If no complaint, then I'll merge. |
Looks good to me! |
Implemented extra dependencies as discussed in #1766.
This can be tested locally via the command
pip install -e .[extras]
by replacing extras with:nospam
: requests dependencies for custom requests and testingrepair
: for price repairing functionalityMaybe also add to #1084 that
nospam
is required to run tests and link the Installation instructions in the readme.