Skip to content

Commit 560a7f3

Browse files
JonathanHuotjleclanche
authored andcommitted
Pin oauthlib to avoid breakage with 3.0.0 release.
We're going to release OAuthLib 3.0.0 soon, which contains some breaking changes. This pinpoint is to avoid problems before we are able to address the compatibility.
1 parent 4a8e1c5 commit 560a7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ include_package_data = True
2828
zip_safe = False
2929
install_requires =
3030
django >= 2.0
31-
oauthlib >= 2.0.3
31+
oauthlib >= 2.0.3, < 3.0.0
3232
requests >= 2.13.0
3333

3434
[options.packages.find]

0 commit comments

Comments
 (0)