Skip to content

Commit

Permalink
add jinja2 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcepoi committed Feb 8, 2012
1 parent 60ca950 commit 71a6222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -88,4 +88,5 @@ Python Dependencies:
* gevent
* gevent_zeromq
* cake
* jinja2
* nose
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,6 +25,6 @@
maintainer = 'Alexandru Cepoi',
maintainer_email = 'alex.cepoi@gmail.com',

install_requires = ['pyzmq', 'gevent', 'gevent_zeromq', 'cake', 'nose'],
install_requires = ['pyzmq', 'gevent', 'gevent_zeromq', 'cake', 'nose', 'jinja2'],
)

0 comments on commit 71a6222

Please sign in to comment.