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

setup: Flask-OAuthlib version too low #30

Open
eamonnmag opened this issue Jul 12, 2016 · 0 comments · May be fixed by #31
Open

setup: Flask-OAuthlib version too low #30

eamonnmag opened this issue Jul 12, 2016 · 0 comments · May be fixed by #31
Milestone

Comments

@eamonnmag
Copy link

eamonnmag commented Jul 12, 2016

Flask-OAuthlib>=0.6.0,<0.7

On the travis build, without pinning, 0.9.3 is installed since this is what is required by the oauth libs.

Requirement.parse('Flask-OAuthlib>=0.9.3'), set(['invenio-oauth2server', 'invenio-oauthclient']))
pkg_resources.ContextualVersionConflict: 
(Flask-OAuthlib 0.9.3 (/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages), 
Requirement.parse('Flask-OAuthlib<0.7,>=0.6.0'), set(['invenio-ext']))
@eamonnmag eamonnmag linked a pull request Jul 12, 2016 that will close this issue
@jirikuncar jirikuncar added this to the v0.3.3 milestone Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants