Upgrade social-auth-core
Allow for social-auth-core to be greater than 4.2.0 in order to be compatible with Open edX Olive which uses 4.3.0
This commit is contained in:
parent
4f9192f14a
commit
f51c0d4b39
@ -17,7 +17,7 @@ classifiers = [
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"social-auth-core==4.2.0",
|
"social-auth-core>=4.2.0",
|
||||||
"social-auth-app-django==5.0.0"
|
"social-auth-app-django==5.0.0"
|
||||||
]
|
]
|
||||||
keywords = ["Open edX", "oauth", "Wordpress"]
|
keywords = ["Open edX", "oauth", "Wordpress"]
|
||||||
|
Loading…
Reference in New Issue
Block a user