used markdown instead of markdown2

This commit is contained in:
2022-12-12 10:41:24 +01:00
parent b7aac74bd7
commit ec0d0ce262
5 changed files with 70 additions and 71 deletions

View File

@@ -22,7 +22,7 @@ requires = [
'waitress',
'mysqlclient',
'yfinance',
'markdown2',
'markdown',
]
tests_require = [