1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

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.
This commit is contained in:
Kip Yin 2019-02-06 20:06:40 +08:00 committed by GitHub
parent 18925edcd3
commit 7bc45e769c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {