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:
Jeff Cohen 2022-12-18 22:00:17 -05:00 committed by GitHub
parent 4f9192f14a
commit f51c0d4b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"social-auth-core==4.2.0",
"social-auth-core>=4.2.0",
"social-auth-app-django==5.0.0"
]
keywords = ["Open edX", "oauth", "Wordpress"]