mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
0b3dc9db21
commit
505852c04c
5 changed files with 9 additions and 7 deletions
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue