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
This commit is contained in:
parent
3c2c2543fd
commit
aec594c2f2
2 changed files with 1 additions and 2 deletions
|
@ -1,3 +1,2 @@
|
||||||
django<1.12,>=1.11
|
django<1.12,>=1.11
|
||||||
pysaml2==4.4.0
|
pysaml2==4.4.0
|
||||||
-e git+https://github.com/nakato/django-gapc-storage.git@master#egg=django-gapc-storage
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ django-debug-toolbar>=1.7
|
||||||
django-bootstrap-form
|
django-bootstrap-form
|
||||||
|
|
||||||
djangosaml2
|
djangosaml2
|
||||||
django-gapc-storage
|
django-gapc-storage>=0.4.1
|
||||||
|
|
||||||
# database
|
# database
|
||||||
mysqlclient>=1.3.3
|
mysqlclient>=1.3.3
|
||||||
|
|
Loading…
Reference in a new issue