aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-09-19 20:21:21 +0300
committerGravatar ks129 <[email protected]>2020-09-19 20:21:21 +0300
commitff213c2695a9b446090cf4d6c113cc5844bc5701 (patch)
tree39435642e8b51469572ffceffd4cde699b37ccef /Pipfile
parentAdd markdown dependency to parse MD to HTML (diff)
Specify markdown package version
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 0abc9cac..777cebfd 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 = "*"
+markdown = "~=3.2.2"
[dev-packages]
coverage = "~=5.0"