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

oauthlib imcompatibility #1356

Open
wlnirvana opened this issue Apr 8, 2019 · 1 comment
Open

oauthlib imcompatibility #1356

wlnirvana opened this issue Apr 8, 2019 · 1 comment

Comments

@wlnirvana
Copy link

While setting up a local ok server, pip install -r requirements.txt prints the following error message in red

requests-oauthlib 1.2.0 has requirement oauthlib>=3.0.0, but you'll have oauthlib 2.0.2 which is incompatible.

It seems Flask-OAuthlib==0.9.4 requires requests-oauthlib, whose latest released version (by Apr 8 2019) requires oauthlib[signedtoken]>=3.0.0.

However, ok actually requires oauthlib==2.0.2. Thus the conflict.

@Sumukh
Copy link
Member

Sumukh commented Apr 8, 2019

# OAuth
oauthlib==2.1.0
Flask-OAuthlib==0.9.5

I think this config will work fine but I haven't tested it with OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants