From aec594c2f2078b2506a2eb975c5b8e726745f0b6 Mon Sep 17 00:00:00 2001 From: Sachi King Date: Fri, 15 Sep 2017 10:06:49 +1000 Subject: [PATCH] dj-gapc-storage fix for num_retries went upstream Fix for an attribute error in this module has been merged upstream and been released as 0.4.1 https://github.com/eldarion/django-gapc-storage/pull/17 --- constraints.txt | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 0a7281bf..7fad0127 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1,3 +1,2 @@ django<1.12,>=1.11 pysaml2==4.4.0 --e git+https://github.com/nakato/django-gapc-storage.git@master#egg=django-gapc-storage diff --git a/requirements.txt b/requirements.txt index 26b6e7cb..24ebe457 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ django-debug-toolbar>=1.7 django-bootstrap-form djangosaml2 -django-gapc-storage +django-gapc-storage>=0.4.1 # database mysqlclient>=1.3.3