From eb6f572c57d113653823f4bd6d3ce14c8c575f2d Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Tue, 7 Apr 2020 11:22:07 +0200 Subject: [PATCH] [buildout] Pin django-post-office to below 3.3 More recent versions require jsonfied greater or equal to 3 which itself requires a newer django version. --- common.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.cfg b/common.cfg index faf2ab9c5..cc651cee6 100644 --- a/common.cfg +++ b/common.cfg @@ -15,7 +15,8 @@ django-rest-swagger = >2.1 django-guardian = >=1.4,<2.0 djangorestframework = >3.7 django-activity-stream = >= 0.6.5 -django-jsonfield = >= 1.0.1 +django-jsonfield = >=1.0.1 +django-post-office = <3.3 jsonfield = <3.0 [scripts] -- GitLab