From 7299df7b343c9ba1ca137155dcf8bb13c1eab9dc Mon Sep 17 00:00:00 2001 From: Wouter Claeys Date: Thu, 12 Oct 2017 15:39:18 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b653f97..ddf628e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ requires = [ 'pyramid', - 'pairtree', + 'pairtree==0.7.1-T', 'python-magic', 'pyramid_rewrite' ]