diff options
author | 2020-09-19 20:21:21 +0300 | |
---|---|---|
committer | 2020-09-19 20:21:21 +0300 | |
commit | ff213c2695a9b446090cf4d6c113cc5844bc5701 (patch) | |
tree | 39435642e8b51469572ffceffd4cde699b37ccef /Pipfile | |
parent | Add markdown dependency to parse MD to HTML (diff) |
Specify markdown package version
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 = "*" +markdown = "~=3.2.2" [dev-packages] coverage = "~=5.0" |