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
This commit is contained in:
Kip Yin 2019-02-06 20:06:40 +08:00 committed by Andrew Ekstedt
parent 39cecc2f4d
commit c63b6522bf

View file

@ -14,7 +14,7 @@ setup(
'SQLAlchemy>=0.9.7', 'SQLAlchemy>=0.9.7',
'whoosh>=2.5,<2.7', 'whoosh>=2.5,<2.7',
'markdown==2.4.1', 'markdown==2.4.1',
'construct', 'construct<=2.5.3',
'six>=1.9.0', 'six>=1.9.0',
], ],
entry_points = { entry_points = {