From 277b56acb075ff9860458a6423d8a084ea12fc0b Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Thu, 8 Mar 2018 14:56:16 +0100 Subject: [PATCH] [buildout] Fix minium versions for DRF and DRF swagger Otherwise the version from the CI are used and are too old --- buildout.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildout.cfg b/buildout.cfg index 4b73fbcb5..acc3419d3 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -17,7 +17,9 @@ versions = versions [versions] django = >=1.11,<2.0 +django-rest-swagger = >2.1 django-guardian = >=1.3 +djangorestframework = >3.7 django-activity-stream = >= 0.6.0 [sysegg] -- GitLab