From c4f3be87bb928026f1235fe06e3854a2659328f5 Mon Sep 17 00:00:00 2001 From: michael spreng Date: Wed, 16 May 2018 15:11:08 +0200 Subject: [PATCH] bump social-auth to use https:// for osm.org oauth openstreetmap.org switched to https:// login with umap does not work anymore with old social-auth version. The new version now has the https:// urls. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6683a7eb..9c62a3eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ Pillow==4.1.0 psycopg2==2.7.1 requests==2.13.0 social-auth-app-django==1.1.0 -social-auth-core==1.2.0 +social-auth-core==1.7.0