From 7bc45e769c4334d4cd7ba90b4265c29d62ef7327 Mon Sep 17 00:00:00 2001
From: Kip Yin <28321392+kipyin@users.noreply.github.com>
Date: Wed, 6 Feb 2019 20:06:40 +0800
Subject: [PATCH] Limit `construct` version to 2.5.3

This project uses `construct` 2.5 and lower, and the latest `construct` version (2.9)
is incompatible with 2.5.
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7ea67c7..d41ae5d 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ setup(
         'SQLAlchemy>=0.9.7',
         'whoosh>=2.5,<2.7',
         'markdown',
-        'construct',
+        'construct<=2.5.3',
         'six>=1.9.0',
     ],
     entry_points = {