mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Bump our maximum Markdown version up to 2.6.11
The next commit will fix the warnings, and we need a newer version for Python 3.9 support because 2.4.1 doesn't work with it. Markdown 2.6.11 was the last release before 3.0. Updates #257
This commit is contained in:
parent
72f31bc9d3
commit
84f88bacc1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ setup(
|
|||
install_requires=[
|
||||
'SQLAlchemy>=1.0,<1.4',
|
||||
'whoosh>=2.5,<2.7',
|
||||
'markdown==2.4.1',
|
||||
'markdown>=2.4.1,<=2.6.11',
|
||||
'construct==2.5.3',
|
||||
'six>=1.9.0',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue