From c63b6522bfd3bbc76fcfbcc75bbabbdff9334680 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. Resolves #265 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0195f8..ad5931e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( 'SQLAlchemy>=0.9.7', 'whoosh>=2.5,<2.7', 'markdown==2.4.1', - 'construct', + 'construct<=2.5.3', 'six>=1.9.0', ], entry_points = {