From 7d4fd22d6a66bf6827c03db9c63a0b7475e371b7 Mon Sep 17 00:00:00 2001 From: Renzo Lucioni Date: Fri, 29 Apr 2016 14:05:10 -0400 Subject: [PATCH] Bump minimum PSA version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 920b3833..8775854a 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ packages=find_packages(exclude=['tests', '*.tests']), install_requires=[ 'Django>=1.8,<1.10', - 'python-social-auth>=0.2.18,<1.0.0', + 'python-social-auth>=0.2.19,<1.0.0', 'six>=1.10.0,<2.0.0' ], )