aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-09-19 11:14:08 +0300
committerGravatar ks129 <[email protected]>2020-09-19 11:14:08 +0300
commitf6c8e495f1323e83fc489fe8a4bab0dd775d8a69 (patch)
treea7d1b830fb075b5f8ea8d254af80613bc6e0f487 /Pipfile
parentUpdate landing page. (diff)
Add markdown dependency to parse MD to HTML
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index d23d28e6..0abc9cac 100644
--- a/Pipfile
+++ b/Pipfile
@@ -17,10 +17,11 @@ requests = "~=2.21"
pygments = "~=2.3.1"
wiki = "~=0.6.0"
pyyaml = "~=5.1"
-pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"}
+pyuwsgi = {version = "~=2.0",sys_platform = "!='win32'"}
django-allauth = "~=0.41"
sentry-sdk = "~=0.14"
gitpython = "~=3.1.7"
+markdown = "*"
[dev-packages]
coverage = "~=5.0"