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:
Andrew Ekstedt 2021-03-19 21:04:01 -07:00
parent 72f31bc9d3
commit 84f88bacc1
1 changed files with 1 additions and 1 deletions

View File

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