mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Pin markdown version to avoid deprecation warnings
Will fix later. (#257)
This commit is contained in:
parent
db824220d0
commit
39cecc2f4d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ setup(
|
|||
install_requires = [
|
||||
'SQLAlchemy>=0.9.7',
|
||||
'whoosh>=2.5,<2.7',
|
||||
'markdown',
|
||||
'markdown==2.4.1',
|
||||
'construct',
|
||||
'six>=1.9.0',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue