mirror of
https://github.com/umap-project/umap.git
synced 2025-05-05 06:01:48 +02:00
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:
parent
f76c936783
commit
70d99748bc
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ install_requires =
|
||||||
Pillow==9.4.0
|
Pillow==9.4.0
|
||||||
psycopg2==2.9.5
|
psycopg2==2.9.5
|
||||||
requests==2.28.2
|
requests==2.28.2
|
||||||
social-auth-core==4.3.0
|
social-auth-core>=4.4.2
|
||||||
social-auth-app-django==5.0.0
|
social-auth-app-django>=5.2.0
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
dev =
|
dev =
|
||||||
|
|
Loading…
Reference in a new issue