forked from 00dani/lemoncurry
Switch from django-markdown-deux to a pipeline thru markdown for rendering + bleach for sanitising
This commit is contained in:
parent
93be2f5a32
commit
8f8e53bb27
7 changed files with 58 additions and 64 deletions
9
Pipfile
9
Pipfile
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue