Use the actively maintained typogrify-web package

The Typogrify library is no longer actively maintained by the
original author. These changes switch Pelican over to a new fork that
will receive more consistent updates going forward.
This commit is contained in:
Justin Mayer 2014-01-03 08:51:52 -08:00
commit 505852c04c
5 changed files with 9 additions and 7 deletions

View file

@ -14,7 +14,7 @@ deps =
mock
Markdown
BeautifulSoup4
typogrify
typogrify-web
lxml
[testenv:py33]
@ -22,5 +22,5 @@ deps =
mock
Markdown
BeautifulSoup4
git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify
typogrify-web
lxml