Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

requests version in requirements/base.txt conflicts with version requests of requests installed before install pygithub3 #33

Closed
wants to merge 1 commit into from

Conversation

vaidik
Copy link

@vaidik vaidik commented Mar 24, 2013

requests version in requirements/base.txt conflicts with version requests of requests installed before install pygithub3.

This does not create an issue when using in code. But the setuptools implementation of creating CLI tools using entry_points.console_scripts raises an error whenever there is a mismatch between the installed package version and the one required by any other package that the console_script makes use of. Debugging this becomes a pain because setuptools just throws an error about the version mismatch and not the package which requires that particular version.

To my knowledge, this package works fine with the newer version of requests. I did not run tests thought.

@copitux
Copy link
Owner

copitux commented Oct 23, 2014

#35

@copitux copitux closed this Oct 23, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants