diff options
author | 2020-09-19 11:14:08 +0300 | |
---|---|---|
committer | 2020-09-19 11:14:08 +0300 | |
commit | f6c8e495f1323e83fc489fe8a4bab0dd775d8a69 (patch) | |
tree | a7d1b830fb075b5f8ea8d254af80613bc6e0f487 /Pipfile | |
parent | Update landing page. (diff) |
Add markdown dependency to parse MD to HTML
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |