Add markupsafe as a direct dependency

I thought jinja2 gave you this.
This commit is contained in:
Pradyun 2016-09-20 19:31:27 +05:30 committed by GitHub
parent fd65083446
commit 9763a87807

View File

@ -1,5 +1,5 @@
{ {
"*": { "*": {
"*": ["python-jinja2"] "*": ["markupsafe", "python-jinja2"]
} }
} }