From 321eab3444a637d9fce40c97005001096b203ca0 Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Fri, 9 Mar 2018 13:31:29 +0100 Subject: [PATCH] [buildout] Update minimal value of django-activity-stream --- buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index acc3419d3..018433845 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -20,7 +20,7 @@ django = >=1.11,<2.0 django-rest-swagger = >2.1 django-guardian = >=1.3 djangorestframework = >3.7 -django-activity-stream = >= 0.6.0 +django-activity-stream = >= 0.6.5 [sysegg] recipe = syseggrecipe -- GitLab