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. Resolves #265
This commit is contained in:
parent
39cecc2f4d
commit
c63b6522bf
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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 = {
|
||||
|
|
Loading…
Reference in a new issue