mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Clean up Dev Requirements and add typogrify & webassets
typogrify & webassets are optional packages for usage but should be included for testing by developers and CI dev_requirements also had packages that setup.py covers already. Added comments for redundancy
This commit is contained in:
parent
566530ca18
commit
2c85fb0d19
2 changed files with 6 additions and 6 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
Jinja2>=2.4
|
# Tests
|
||||||
Pygments
|
|
||||||
docutils
|
|
||||||
feedgenerator
|
|
||||||
unittest2
|
unittest2
|
||||||
pytz
|
|
||||||
mock
|
mock
|
||||||
|
# Optional Packages
|
||||||
Markdown
|
Markdown
|
||||||
blinker
|
|
||||||
BeautifulSoup
|
BeautifulSoup
|
||||||
|
typogrify
|
||||||
|
webassets
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -11,3 +11,5 @@ deps =
|
||||||
mock
|
mock
|
||||||
Markdown
|
Markdown
|
||||||
BeautifulSoup
|
BeautifulSoup
|
||||||
|
typogrify
|
||||||
|
webassets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue