1
0
Fork 0
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. ()
This commit is contained in:
Andrew Ekstedt 2018-10-28 16:28:03 -07:00
parent db824220d0
commit 39cecc2f4d

View file

@ -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',
],