Switch to Python-Markdown
Commonmark doesn't have any built-in HTML sanitization
This commit is contained in:
parent
6a6e8a818e
commit
c39cacbab4
3 changed files with 23 additions and 7 deletions
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ setuptools.setup(
|
|||
"aiohttp>=3.0.1,<4",
|
||||
"SQLAlchemy>=1.2.3,<2",
|
||||
"alembic>=1.0.0,<2",
|
||||
"commonmark>=0.8.1,<1",
|
||||
"Markdown>=3.0.0,<4",
|
||||
"ruamel.yaml>=0.15.35,<0.16",
|
||||
"attrs>=18.1.0,<19",
|
||||
"bcrypt>=3.1.4,<4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue