add markdown module
This commit is contained in:
parent
38eac17109
commit
d6e54f192f
5 changed files with 99 additions and 7 deletions
|
|
@ -44,7 +44,9 @@ flask_sqlalchemy = [
|
|||
peewee = [
|
||||
"peewee>=3.0.0, <4.0"
|
||||
]
|
||||
|
||||
markdown = [
|
||||
"markdown>=3.0.0"
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = { attr = "suou.__version__" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue