Switch from django-markdown-deux to a pipeline thru markdown for rendering + bleach for sanitising

This commit is contained in:
Danielle McLean 2017-10-26 14:40:29 +11:00
parent 93be2f5a32
commit 8f8e53bb27
Signed by untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
7 changed files with 58 additions and 64 deletions

View file

@ -7,11 +7,11 @@ name = "pypi"
[packages]
django = "*"
django-compressor = "*"
Django = "*"
django_compressor = "*"
gunicorn = "*"
"psycopg2" = "*"
pillow = "*"
Pillow = "*"
python-memcached = "*"
django-favicon-plus = "*"
django-meta = "*"
@ -21,8 +21,9 @@ django-otp = "*"
qrcode = "*"
django-otp-agents = "*"
python-slugify = "*"
django-markdown-deux = "*"
"mf2py" = "*"
Markdown = "*"
bleach = "*"
[dev-packages]