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
This commit is contained in:
Yohan Boniface 2023-05-25 19:54:35 +02:00
parent f76c936783
commit 70d99748bc

View file

@ -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 =