From 70d99748bc8b6055fc41e456b75ee547608ceedc Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 25 May 2023 19:54:35 +0200 Subject: [PATCH] Upgrade social-auth-app-django and loosen social-core version Currently, we need to run the master of social-core, so to support new version of Twitter API. cf #1097 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 11e17411..a39ddf9f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,8 +32,8 @@ install_requires = Pillow==9.4.0 psycopg2==2.9.5 requests==2.28.2 - social-auth-core==4.3.0 - social-auth-app-django==5.0.0 + social-auth-core>=4.4.2 + social-auth-app-django>=5.2.0 [options.extras_require] dev =