-
Notifications
You must be signed in to change notification settings - Fork 565
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
requests not included in setup.py #1122
Comments
See the direction, fair enough... but a few things seem off -
I think all these things need to be addressed for the proposed solution to be acceptible. |
As I mentioned on the pr, rdflib doesn't use requests for fetching http resources (unless I missed something). If I indeed did not miss something, then we should probably remove requests from requirements.txt since I suspect that @gromgull originally included it for testing purposes, and that is now covered by tests_require. |
Isn't the |
That is not what @white-gecko Usually the
Neither is the case with the current files. From my experience managing those is somewhat of a PITA. So personally I moved to |
Ok I did not know that. On the page for
So this might be the future. I assume This might be a bigger discussion with @ashleysommer and @nicholascar involved if and how we would like to change the dependency management. |
Hi all, I have a PR which I'll put in early next week that removes So this will deal with the immediate issue of having it listed in |
although requests is defined in requirements.txt it is not in setup.py and hence not picked up by pip install
The text was updated successfully, but these errors were encountered: