aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-10-05 16:41:22 +0300
committerGravatar ks129 <[email protected]>2020-10-05 16:41:22 +0300
commit6517bb9078db8b9bb9ca7bbc11c6838309355dcb (patch)
tree9d5298b6ad096e1bd62a7b4d0caabfa8e1178782 /Pipfile
parentMove from standard OS path actions to Pathlib (diff)
Migrate content system from Python-Markdown to markdown2
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 99c2cb30..a9fcf0ff 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"