diff options
author | 2020-10-05 16:41:22 +0300 | |
---|---|---|
committer | 2020-10-05 16:41:22 +0300 | |
commit | 6517bb9078db8b9bb9ca7bbc11c6838309355dcb (patch) | |
tree | 9d5298b6ad096e1bd62a7b4d0caabfa8e1178782 /Pipfile | |
parent | Move from standard OS path actions to Pathlib (diff) |
Migrate content system from Python-Markdown to markdown2
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ pyuwsgi = {version = "~=2.0",sys_platform = "!='win32'"} django-allauth = "~=0.41" sentry-sdk = "~=0.14" gitpython = "~=3.1.7" -markdown = "~=3.2.2" +markdown2 = "~=2.3.9" [dev-packages] coverage = "~=5.0" |